Html Css Color HEX #805ACD Slate Blue

📋 copy color: '#805ACD'

red 128 ◦ green 90 ◦ blue 205

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

Shades of Slate Blue #805ACD

Tints of Slate Blue #805ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.28%

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

R = 30.26%
G = 21.28%
B = 48.46%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#805ACD (or 0x805ACD) is known color: Slate Blue. HEX triplet: 80, 5A and CD. RGB value is (128,90,205). Sum of RGB (Red+Green+Blue) = 128+90+205=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #805ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ACD is #7FA532. Grayscale: #727272. Windows color (decimal): -8365363 or 13458048. OLE color: 13458048.

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

Color convert

RGB 128 90 205 -
CMYK 0.38 0.56 0 0.20
HSL 259.83º 0.53% 0.58% -
HSV(B) 259.83º 0.56% 0.8% -
XYZ 23.58 16.31 59.66 -
YUV 114.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 128 90 205 0.38 0.56 0 0.20 259.83 0.53 0.58
Hex 80 5A CD 26 38 0 14 104 35 3A
Octal 200 132 315 46 70 0 24 404 65 72
Binary 10000000 1011010 11001101 100110 111000 0 10100 100000100 110101 111010

Color Harmonies of #805ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805ACD

Black with #805ACD

Text Example


Text Example

White with #805ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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