Html Css Color HEX #805ACB Slate Blue

📋 copy color: '#805ACB'

red 128 ◦ green 90 ◦ blue 203

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

Shades of Slate Blue #805ACB

Tints of Slate Blue #805ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 30.4%
G = 21.38%
B = 48.22%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#805ACB (or 0x805ACB) is known color: Slate Blue. HEX triplet: 80, 5A and CB. RGB value is (128,90,203). Sum of RGB (Red+Green+Blue) = 128+90+203=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #805ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ACB is #7FA534. Grayscale: #717171. Windows color (decimal): -8365365 or 13326976. OLE color: 13326976.

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

Color convert

RGB 128 90 203 -
CMYK 0.37 0.56 0 0.20
HSL 260.18º 0.52% 0.57% -
HSV(B) 260.18º 0.56% 0.8% -
XYZ 23.34 16.21 58.4 -
YUV 114.24 178.09 137.81 -
System Red Green Blue C M Y K H S L
Decimal 128 90 203 0.37 0.56 0 0.20 260.18 0.52 0.57
Hex 80 5A CB 25 38 0 14 104 34 39
Octal 200 132 313 45 70 0 24 404 64 71
Binary 10000000 1011010 11001011 100101 111000 0 10100 100000100 110100 111001

Color Harmonies of #805ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805ACB

Black with #805ACB

Text Example


Text Example

White with #805ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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