Html Css Color HEX #804ACB Slate Blue

📋 copy color: '#804ACB'

red 128 ◦ green 74 ◦ blue 203

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

Shades of Slate Blue #804ACB

Tints of Slate Blue #804ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.27%

 BLUE value IS 203 (79.69% from 255) = 50.12%

R = 31.6%
G = 18.27%
B = 50.12%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#804ACB (or 0x804ACB) is known color: Slate Blue. HEX triplet: 80, 4A and CB. RGB value is (128,74,203). Sum of RGB (Red+Green+Blue) = 128+74+203=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #804ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804ACB is #7FB534. Grayscale: #686868. Windows color (decimal): -8369461 or 13322880. OLE color: 13322880.

HSL color Cylindrical-coordinate representation of color #804ACB: hue angle of 265.12º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #804ACB is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 74 203 -
CMYK 0.37 0.64 0 0.20
HSL 265.12º 0.55% 0.54% -
HSV(B) 265.12º 0.64% 0.8% -
XYZ 22.13 13.8 58 -
YUV 104.85 183.39 144.51 -
System Red Green Blue C M Y K H S L
Decimal 128 74 203 0.37 0.64 0 0.20 265.12 0.55 0.54
Hex 80 4A CB 25 40 0 14 109 37 36
Octal 200 112 313 45 100 0 24 411 67 66
Binary 10000000 1001010 11001011 100101 1000000 0 10100 100001001 110111 110110

Color Harmonies of #804ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804ACB

Black with #804ACB

Text Example


Text Example

White with #804ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,74,203); }

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

background-color css

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

 a { background-color: rgb(128,74,203); }

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

border-color css

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

 span { border-color: rgb(128,74,203); }

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