Html Css Color HEX #805ACC Slate Blue

📋 copy color: '#805ACC'

red 128 ◦ green 90 ◦ blue 204

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

Shades of Slate Blue #805ACC

Tints of Slate Blue #805ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 30.33%
G = 21.33%
B = 48.34%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#805ACC (or 0x805ACC) is known color: Slate Blue. HEX triplet: 80, 5A and CC. RGB value is (128,90,204). Sum of RGB (Red+Green+Blue) = 128+90+204=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #805ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ACC is #7FA533. Grayscale: #717171. Windows color (decimal): -8365364 or 13392512. OLE color: 13392512.

HSL color Cylindrical-coordinate representation of color #805ACC: hue angle of 260º 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 #805ACC is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 90 204 -
CMYK 0.37 0.56 0 0.2
HSL 260º 0.53% 0.58% -
HSV(B) 260º 0.56% 0.8% -
XYZ 23.46 16.26 59.03 -
YUV 114.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 128 90 204 0.37 0.56 0 0.2 260 0.53 0.58
Hex 80 5A CC 25 38 0 14 104 35 3A
Octal 200 132 314 45 70 0 24 404 65 72
Binary 10000000 1011010 11001100 100101 111000 0 10100 100000100 110101 111010

Color Harmonies of #805ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805ACC

Black with #805ACC

Text Example


Text Example

White with #805ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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