Html Css Color HEX #805CD8 Slate Blue

📋 copy color: '#805CD8'

red 128 ◦ green 92 ◦ blue 216

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

Shades of Slate Blue #805CD8

Tints of Slate Blue #805CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.54%

R = 29.36%
G = 21.1%
B = 49.54%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#805CD8 (or 0x805CD8) is known color: Slate Blue. HEX triplet: 80, 5C and D8. RGB value is (128,92,216). Sum of RGB (Red+Green+Blue) = 128+92+216=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #805CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CD8 is #7FA327. Grayscale: #747474. Windows color (decimal): -8364840 or 14179456. OLE color: 14179456.

HSL color Cylindrical-coordinate representation of color #805CD8: hue angle of 257.42º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #805CD8 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 92 216 -
CMYK 0.41 0.57 0 0.15
HSL 257.42º 0.61% 0.6% -
HSV(B) 257.42º 0.57% 0.85% -
XYZ 25.12 17.2 66.96 -
YUV 116.9 183.93 135.92 -
System Red Green Blue C M Y K H S L
Decimal 128 92 216 0.41 0.57 0 0.15 257.42 0.61 0.6
Hex 80 5C D8 29 39 0 F 101 3D 3C
Octal 200 134 330 51 71 0 17 401 75 74
Binary 10000000 1011100 11011000 101001 111001 0 1111 100000001 111101 111100

Color Harmonies of #805CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805CD8

Black with #805CD8

Text Example


Text Example

White with #805CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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