#8756FE

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

Shades of Light Slate Blue #8756FE

Tints of Light Slate Blue #8756FE

Color information

#8756FE (or 0x8756FE) is unknown color: approx Light Slate Blue. HEX triplet: 87, 56 and FE. RGB value is (135,86,254). Sum of RGB (Red+Green+Blue) = 135+86+254=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #8756FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8756FE is #78A901. Grayscale: #777777. Windows color (decimal): -7907586 or 16668295. OLE color: 16668295.

HSL color Cylindrical-coordinate representation of color #8756FE: hue angle of 257.5º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8756FE is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13586254-
CMYK0.470.6600.00
HSL257.5º98.82%66.67%-
HSV(B)257.5º66.14%99.61%-
XYZ31.2118.9695.78-
YUV119.8203.73138.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.42%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 254 (99.61% from 255) = 53.47%
R=28.42%
G=18.11%
B=53.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal135862540.470.6600.00257.598.8266.67
Hex8756FE2F42001026343
Octal2071263765710200402143103
Binary1000011110101101111111010111110000100010000001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8756FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8756FE; }

 p { color: rgb(135,86,254); }

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

<style>
 a { background-color: #8756FE; }

 a { background-color: rgb(135,86,254); }

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

<style>
 span { border-color: #8756FE; }

 span { border-color: rgb(135,86,254); }

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