#8084F5

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

Shades of Light Slate Blue #8084F5

Tints of Light Slate Blue #8084F5

Color information

#8084F5 (or 0x8084F5) is unknown color: approx Light Slate Blue. HEX triplet: 80, 84 and F5. RGB value is (128,132,245). Sum of RGB (Red+Green+Blue) = 128+132+245=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #8084F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8084F5 is #7F7B0A. Grayscale: #8F8F8F. Windows color (decimal): -8354571 or 16090240. OLE color: 16090240.

HSL color Cylindrical-coordinate representation of color #8084F5: hue angle of 237.95º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8084F5 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128132245-
CMYK0.480.4600.04
HSL237.95º85.4%73.14%-
HSV(B)237.95º47.76%96.08%-
XYZ33.6327.6889.96-
YUV143.69185.17116.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.35%
GREEN value IS 132 (51.95% from 255) = 26.14%
BLUE value IS 245 (96.09% from 255) = 48.51%
R=25.35%
G=26.14%
B=48.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1281322450.480.4600.04237.9585.473.14
Hex8084F5302E04ee5549
Octal200204365605604356125111
Binary10000000100001001111010111000010111001001110111010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8084F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8084F5; }

 p { color: rgb(128,132,245); }

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

<style>
 a { background-color: #8084F5; }

 a { background-color: rgb(128,132,245); }

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

<style>
 span { border-color: #8084F5; }

 span { border-color: rgb(128,132,245); }

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