Html Css Color HEX #8048CE Slate Blue

📋 copy color: '#8048CE'

red 128 ◦ green 72 ◦ blue 206

#8048CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #8048CE

Tints of Slate Blue #8048CE

RGB

 RED value IS 128 (50.39% from 255) = 31.53%

 GREEN value IS 72 (28.52% from 255) = 17.73%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 31.53%
G = 17.73%
B = 50.74%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8048CE (or 0x8048CE) is known color: Slate Blue. HEX triplet: 80, 48 and CE. RGB value is (128,72,206). Sum of RGB (Red+Green+Blue) = 128+72+206=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #8048CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8048CE is #7FB731. Grayscale: #676767. Windows color (decimal): -8369970 or 13518976. OLE color: 13518976.

HSL color Cylindrical-coordinate representation of color #8048CE: hue angle of 265.07º 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 #8048CE is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 72 206 -
CMYK 0.38 0.65 0 0.19
HSL 265.07º 0.58% 0.55% -
HSV(B) 265.07º 0.65% 0.81% -
XYZ 22.36 13.68 59.85 -
YUV 104.02 185.55 145.1 -
System Red Green Blue C M Y K H S L
Decimal 128 72 206 0.38 0.65 0 0.19 265.07 0.58 0.55
Hex 80 48 CE 26 41 0 13 109 3A 37
Octal 200 110 316 46 101 0 23 411 72 67
Binary 10000000 1001000 11001110 100110 1000001 0 10011 100001001 111010 110111

Color Harmonies of #8048CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8048CE

Black with #8048CE

Text Example


Text Example

White with #8048CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8048CE;
 }
 .AnyTagClassName
 {
   color: #8048CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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