Html Css Color HEX #805ACE Slate Blue

📋 copy color: '#805ACE'

red 128 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #805ACE

Tints of Slate Blue #805ACE

RGB

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

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

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

R = 30.19%
G = 21.23%
B = 48.58%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#805ACE (or 0x805ACE) is known color: Slate Blue. HEX triplet: 80, 5A and CE. RGB value is (128,90,206). Sum of RGB (Red+Green+Blue) = 128+90+206=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #805ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ACE is #7FA531. Grayscale: #727272. Windows color (decimal): -8365362 or 13523584. OLE color: 13523584.

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

Color convert

RGB 128 90 206 -
CMYK 0.38 0.56 0 0.19
HSL 259.66º 0.54% 0.58% -
HSV(B) 259.66º 0.56% 0.81% -
XYZ 23.7 16.36 60.3 -
YUV 114.59 179.59 137.57 -
System Red Green Blue C M Y K H S L
Decimal 128 90 206 0.38 0.56 0 0.19 259.66 0.54 0.58
Hex 80 5A CE 26 38 0 13 104 36 3A
Octal 200 132 316 46 70 0 23 404 66 72
Binary 10000000 1011010 11001110 100110 111000 0 10011 100000100 110110 111010

Color Harmonies of #805ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805ACE

Black with #805ACE

Text Example


Text Example

White with #805ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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