#8785EB

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

Shades of Light Slate Blue #8785EB

Tints of Light Slate Blue #8785EB

Color information

#8785EB (or 0x8785EB) is unknown color: approx Light Slate Blue. HEX triplet: 87, 85 and EB. RGB value is (135,133,235). Sum of RGB (Red+Green+Blue) = 135+133+235=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #8785EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8785EB is #787A14. Grayscale: #909090. Windows color (decimal): -7895573 or 15435143. OLE color: 15435143.

HSL color Cylindrical-coordinate representation of color #8785EB: hue angle of 241.18º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8785EB is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135133235-
CMYK0.430.4300.08
HSL241.18º71.83%72.16%-
HSV(B)241.18º43.4%92.16%-
XYZ33.3727.9282.23-
YUV145.23178.66120.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.84%
GREEN value IS 133 (52.34% from 255) = 26.44%
BLUE value IS 235 (92.19% from 255) = 46.72%
R=26.84%
G=26.44%
B=46.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351332350.430.4300.08241.1871.8372.16
Hex8785EB2B2B08f14848
Octal2072053535353010361110110
Binary100001111000010111101011101011101011010001111000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8785EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8785EB; }

 p { color: rgb(135,133,235); }

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

<style>
 a { background-color: #8785EB; }

 a { background-color: rgb(135,133,235); }

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

<style>
 span { border-color: #8785EB; }

 span { border-color: rgb(135,133,235); }

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