Html Css Color HEX #805CD5 Slate Blue

📋 copy color: '#805CD5'

red 128 ◦ green 92 ◦ blue 213

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

Shades of Slate Blue #805CD5

Tints of Slate Blue #805CD5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.25%

 BLUE value IS 213 (83.59% from 255) = 49.19%

R = 29.56%
G = 21.25%
B = 49.19%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#805CD5 (or 0x805CD5) is known color: Slate Blue. HEX triplet: 80, 5C and D5. RGB value is (128,92,213). Sum of RGB (Red+Green+Blue) = 128+92+213=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #805CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CD5 is #7FA32A. Grayscale: #747474. Windows color (decimal): -8364843 or 13982848. OLE color: 13982848.

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

Color convert

RGB 128 92 213 -
CMYK 0.40 0.57 0 0.16
HSL 257.85º 0.59% 0.6% -
HSV(B) 257.85º 0.57% 0.84% -
XYZ 24.74 17.05 64.94 -
YUV 116.56 182.43 136.16 -
System Red Green Blue C M Y K H S L
Decimal 128 92 213 0.40 0.57 0 0.16 257.85 0.59 0.6
Hex 80 5C D5 28 39 0 10 102 3B 3C
Octal 200 134 325 50 71 0 20 402 73 74
Binary 10000000 1011100 11010101 101000 111001 0 10000 100000010 111011 111100

Color Harmonies of #805CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805CD5

Black with #805CD5

Text Example


Text Example

White with #805CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,92,213); }

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

background-color css

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

 a { background-color: rgb(128,92,213); }

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

border-color css

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

 span { border-color: rgb(128,92,213); }

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