Html Css Color HEX #804ACD Slate Blue

📋 copy color: '#804ACD'

red 128 ◦ green 74 ◦ blue 205

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

Shades of Slate Blue #804ACD

Tints of Slate Blue #804ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 31.45%
G = 18.18%
B = 50.37%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#804ACD (or 0x804ACD) is known color: Slate Blue. HEX triplet: 80, 4A and CD. RGB value is (128,74,205). Sum of RGB (Red+Green+Blue) = 128+74+205=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #804ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804ACD is #7FB532. Grayscale: #686868. Windows color (decimal): -8369459 or 13453952. OLE color: 13453952.

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

Color convert

RGB 128 74 205 -
CMYK 0.38 0.64 0 0.20
HSL 264.73º 0.57% 0.55% -
HSV(B) 264.73º 0.64% 0.8% -
XYZ 22.37 13.89 59.26 -
YUV 105.08 184.39 144.35 -
System Red Green Blue C M Y K H S L
Decimal 128 74 205 0.38 0.64 0 0.20 264.73 0.57 0.55
Hex 80 4A CD 26 40 0 14 109 39 37
Octal 200 112 315 46 100 0 24 411 71 67
Binary 10000000 1001010 11001101 100110 1000000 0 10100 100001001 111001 110111

Color Harmonies of #804ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804ACD

Black with #804ACD

Text Example


Text Example

White with #804ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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