Html Css Color HEX #805AD7 Slate Blue

📋 copy color: '#805AD7'

red 128 ◦ green 90 ◦ blue 215

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

Shades of Slate Blue #805AD7

Tints of Slate Blue #805AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.65%

R = 29.56%
G = 20.79%
B = 49.65%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#805AD7 (or 0x805AD7) is known color: Slate Blue. HEX triplet: 80, 5A and D7. RGB value is (128,90,215). Sum of RGB (Red+Green+Blue) = 128+90+215=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #805AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805AD7 is #7FA528. Grayscale: #737373. Windows color (decimal): -8365353 or 14113408. OLE color: 14113408.

HSL color Cylindrical-coordinate representation of color #805AD7: hue angle of 258.24º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #805AD7 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 90 215 -
CMYK 0.40 0.58 0 0.16
HSL 258.24º 0.61% 0.6% -
HSV(B) 258.24º 0.58% 0.84% -
XYZ 24.82 16.81 66.23 -
YUV 115.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 128 90 215 0.40 0.58 0 0.16 258.24 0.61 0.6
Hex 80 5A D7 28 3A 0 10 102 3D 3C
Octal 200 132 327 50 72 0 20 402 75 74
Binary 10000000 1011010 11010111 101000 111010 0 10000 100000010 111101 111100

Color Harmonies of #805AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805AD7

Black with #805AD7

Text Example


Text Example

White with #805AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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