Html Css Color HEX #804CCE Slate Blue

📋 copy color: '#804CCE'

red 128 ◦ green 76 ◦ blue 206

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

Shades of Slate Blue #804CCE

Tints of Slate Blue #804CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.54%

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

R = 31.22%
G = 18.54%
B = 50.24%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#804CCE (or 0x804CCE) is known color: Slate Blue. HEX triplet: 80, 4C and CE. RGB value is (128,76,206). Sum of RGB (Red+Green+Blue) = 128+76+206=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #804CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CCE is #7FB331. Grayscale: #696969. Windows color (decimal): -8368946 or 13520000. OLE color: 13520000.

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

Color convert

RGB 128 76 206 -
CMYK 0.38 0.63 0 0.19
HSL 264º 0.57% 0.55% -
HSV(B) 264º 0.63% 0.81% -
XYZ 22.63 14.21 59.94 -
YUV 106.37 184.23 143.43 -
System Red Green Blue C M Y K H S L
Decimal 128 76 206 0.38 0.63 0 0.19 264 0.57 0.55
Hex 80 4C CE 26 3F 0 13 108 39 37
Octal 200 114 316 46 77 0 23 410 71 67
Binary 10000000 1001100 11001110 100110 111111 0 10011 100001000 111001 110111

Color Harmonies of #804CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CCE

Black with #804CCE

Text Example


Text Example

White with #804CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804CCE; }

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

 H1.HeaderClassName
 {
   color: #804CCE;
 }
 .AnyTagClassName
 {
   color: #804CCE;
 }
</style>

background-color css

<style>
 a { background-color: #804CCE; }

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

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

border-color css

<style>
 span { border-color: #804CCE; }

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

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