#8048cf

Color #8048CF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #8048CF

Tints of Slate Blue #8048CF

Color information

#8048CF (or 0x8048CF) is unknown color: approx Slate Blue. HEX triplet: 80, 48 and CF. RGB value is (128,72,207). Sum of RGB (Red+Green+Blue) = 128+72+207=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #8048CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8048CF is #7FB730. Grayscale: #676767. Windows color (decimal): -8369969 or 13584512. OLE color: 13584512.

HSL color Cylindrical-coordinate representation of color #8048CF: hue angle of 264.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8048CF is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12872207-
CMYK0.380.6500.19
HSL264.89º58.44%54.71%-
HSV(B)264.89º65.22%81.18%-
XYZ22.4813.7360.5-
YUV104.13186.05145.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 72 (28.52% from 255) = 17.69%
BLUE value IS 207 (81.25% from 255) = 50.86%
R=31.45%
G=17.69%
B=50.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128722070.380.6500.19264.8958.4454.71
Hex8048CF26410131093a37
Octal200110317461010234117267
Binary100000001001000110011111001101000001010011100001001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8048cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8048cf; }

 p { color: rgb(128,72,207); }

 H1.HeaderClassName
 {
   color: #8048cf;
 }
 .AnyTagClassName
 {
   color: #8048cf;
 }
</style>
background-color css

<style>
 a { background-color: #8048cf; }

 a { background-color: rgb(128,72,207); }

 div.DivClassName
 {
   background-color: #8048cf;
 }
 .BgClassName
 {
   background-color: #8048cf;
 }
</style>
border-color css

<style>
 span { border-color: #8048cf; }

 span { border-color: rgb(128,72,207); }

 td.TdClassName
 {
   border-color: #8048cf;
 }
 .TagClassName
 {
   border-color: #8048cf;
 }
</style>