Html Css Color HEX #805ED1 Slate Blue

📋 copy color: '#805ED1'

red 128 ◦ green 94 ◦ blue 209

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

Shades of Slate Blue #805ED1

Tints of Slate Blue #805ED1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.81%

 BLUE value IS 209 (82.03% from 255) = 48.49%

R = 29.7%
G = 21.81%
B = 48.49%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#805ED1 (or 0x805ED1) is known color: Slate Blue. HEX triplet: 80, 5E and D1. RGB value is (128,94,209). Sum of RGB (Red+Green+Blue) = 128+94+209=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #805ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ED1 is #7FA12E. Grayscale: #747474. Windows color (decimal): -8364335 or 13721216. OLE color: 13721216.

HSL color Cylindrical-coordinate representation of color #805ED1: hue angle of 257.74º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805ED1 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 94 209 -
CMYK 0.39 0.55 0 0.18
HSL 257.74º 0.56% 0.59% -
HSV(B) 257.74º 0.55% 0.82% -
XYZ 24.41 17.2 62.35 -
YUV 117.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 128 94 209 0.39 0.55 0 0.18 257.74 0.56 0.59
Hex 80 5E D1 27 37 0 12 102 38 3B
Octal 200 136 321 47 67 0 22 402 70 73
Binary 10000000 1011110 11010001 100111 110111 0 10010 100000010 111000 111011

Color Harmonies of #805ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805ED1

Black with #805ED1

Text Example


Text Example

White with #805ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,94,209); }

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

background-color css

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

 a { background-color: rgb(128,94,209); }

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

border-color css

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

 span { border-color: rgb(128,94,209); }

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