Html Css Color HEX #805CE5 Medium Slate Blue

📋 copy color: '#805CE5'

red 128 ◦ green 92 ◦ blue 229

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

Shades of Medium Slate Blue #805CE5

Tints of Medium Slate Blue #805CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51%

R = 28.51%
G = 20.49%
B = 51%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#805CE5 (or 0x805CE5) is known color: Medium Slate Blue. HEX triplet: 80, 5C and E5. RGB value is (128,92,229). Sum of RGB (Red+Green+Blue) = 128+92+229=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #805CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CE5 is #7FA31A. Grayscale: #757575. Windows color (decimal): -8364827 or 15031424. OLE color: 15031424.

HSL color Cylindrical-coordinate representation of color #805CE5: hue angle of 255.77º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805CE5 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 92 229 -
CMYK 0.44 0.60 0 0.10
HSL 255.77º 0.72% 0.63% -
HSV(B) 255.77º 0.6% 0.9% -
XYZ 26.87 17.9 76.17 -
YUV 118.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 128 92 229 0.44 0.60 0 0.10 255.77 0.72 0.63
Hex 80 5C E5 2C 3C 0 A 100 48 3F
Octal 200 134 345 54 74 0 12 400 110 77
Binary 10000000 1011100 11100101 101100 111100 0 1010 100000000 1001000 111111

Color Harmonies of #805CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805CE5

Black with #805CE5

Text Example


Text Example

White with #805CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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