Html Css Color HEX #8049CE Slate Blue

📋 copy color: '#8049CE'

red 128 ◦ green 73 ◦ blue 206

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

Shades of Slate Blue #8049CE

Tints of Slate Blue #8049CE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.94%

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

R = 31.45%
G = 17.94%
B = 50.61%

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

#8049CE (or 0x8049CE) is known color: Slate Blue. HEX triplet: 80, 49 and CE. RGB value is (128,73,206). Sum of RGB (Red+Green+Blue) = 128+73+206=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #8049CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049CE is #7FB631. Grayscale: #686868. Windows color (decimal): -8369714 or 13519232. OLE color: 13519232.

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

Color convert

RGB 128 73 206 -
CMYK 0.38 0.65 0 0.19
HSL 264.81º 0.58% 0.55% -
HSV(B) 264.81º 0.65% 0.81% -
XYZ 22.43 13.81 59.88 -
YUV 104.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 128 73 206 0.38 0.65 0 0.19 264.81 0.58 0.55
Hex 80 49 CE 26 41 0 13 109 3A 37
Octal 200 111 316 46 101 0 23 411 72 67
Binary 10000000 1001001 11001110 100110 1000001 0 10011 100001001 111010 110111

Color Harmonies of #8049CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049CE

Black with #8049CE

Text Example


Text Example

White with #8049CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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