#805AF8

Color #805AF8 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #805AF8

Tints of Medium Slate Blue #805AF8

Color information

#805AF8 (or 0x805AF8) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 5A and F8. RGB value is (128,90,248). Sum of RGB (Red+Green+Blue) = 128+90+248=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #805AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805AF8 is #7FA507. Grayscale: #767676. Windows color (decimal): -8365320 or 16276096. OLE color: 16276096.

HSL color Cylindrical-coordinate representation of color #805AF8: hue angle of 254.43º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #805AF8 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12890248-
CMYK0.480.6400.03
HSL254.43º91.86%66.27%-
HSV(B)254.43º63.71%97.25%-
XYZ29.518.6890.86-
YUV119.37200.59134.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 90 (35.55% from 255) = 19.31%
BLUE value IS 248 (97.27% from 255) = 53.22%
R=27.47%
G=19.31%
B=53.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal128902480.480.6400.03254.4391.8666.27
Hex805AF8304003fe5c42
Octal2001323706010003376134102
Binary1000000010110101111100011000010000000111111111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #805AF8;
 }
 .AnyTagClassName
 {
   color: #805AF8;
 }
</style>
background-color css

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

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

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

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

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

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