Html Css Color HEX #805BCC Slate Blue

📋 copy color: '#805BCC'

red 128 ◦ green 91 ◦ blue 204

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

Shades of Slate Blue #805BCC

Tints of Slate Blue #805BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.51%

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

R = 30.26%
G = 21.51%
B = 48.23%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#805BCC (or 0x805BCC) is known color: Slate Blue. HEX triplet: 80, 5B and CC. RGB value is (128,91,204). Sum of RGB (Red+Green+Blue) = 128+91+204=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #805BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BCC is #7FA433. Grayscale: #727272. Windows color (decimal): -8365108 or 13392768. OLE color: 13392768.

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

Color convert

RGB 128 91 204 -
CMYK 0.37 0.55 0 0.2
HSL 259.65º 0.53% 0.58% -
HSV(B) 259.65º 0.55% 0.8% -
XYZ 23.54 16.43 59.06 -
YUV 114.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 128 91 204 0.37 0.55 0 0.2 259.65 0.53 0.58
Hex 80 5B CC 25 37 0 14 104 35 3A
Octal 200 133 314 45 67 0 24 404 65 72
Binary 10000000 1011011 11001100 100101 110111 0 10100 100000100 110101 111010

Color Harmonies of #805BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805BCC

Black with #805BCC

Text Example


Text Example

White with #805BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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