Html Css Color HEX #804CC8 Slate Blue

📋 copy color: '#804CC8'

red 128 ◦ green 76 ◦ blue 200

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

Shades of Slate Blue #804CC8

Tints of Slate Blue #804CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.5%

R = 31.68%
G = 18.81%
B = 49.5%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#804CC8 (or 0x804CC8) is known color: Slate Blue. HEX triplet: 80, 4C and C8. RGB value is (128,76,200). Sum of RGB (Red+Green+Blue) = 128+76+200=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #804CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CC8 is #7FB337. Grayscale: #696969. Windows color (decimal): -8368952 or 13126784. OLE color: 13126784.

HSL color Cylindrical-coordinate representation of color #804CC8: hue angle of 265.16º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #804CC8 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 76 200 -
CMYK 0.36 0.62 0 0.22
HSL 265.16º 0.53% 0.54% -
HSV(B) 265.16º 0.62% 0.78% -
XYZ 21.91 13.93 56.18 -
YUV 105.68 181.23 143.92 -
System Red Green Blue C M Y K H S L
Decimal 128 76 200 0.36 0.62 0 0.22 265.16 0.53 0.54
Hex 80 4C C8 24 3E 0 16 109 35 36
Octal 200 114 310 44 76 0 26 411 65 66
Binary 10000000 1001100 11001000 100100 111110 0 10110 100001001 110101 110110

Color Harmonies of #804CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CC8

Black with #804CC8

Text Example


Text Example

White with #804CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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