#8785FA

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

Shades of Light Slate Blue #8785FA

Tints of Light Slate Blue #8785FA

Color information

#8785FA (or 0x8785FA) is unknown color: approx Light Slate Blue. HEX triplet: 87, 85 and FA. RGB value is (135,133,250). Sum of RGB (Red+Green+Blue) = 135+133+250=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #8785FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8785FA is #787A05. Grayscale: #929292. Windows color (decimal): -7895558 or 16418183. OLE color: 16418183.

HSL color Cylindrical-coordinate representation of color #8785FA: hue angle of 241.03º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8785FA is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135133250-
CMYK0.460.4700.02
HSL241.03º92.13%75.1%-
HSV(B)241.03º46.8%98.04%-
XYZ35.6328.8394.13-
YUV146.94186.16119.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.06%
GREEN value IS 133 (52.34% from 255) = 25.68%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=26.06%
G=25.68%
B=48.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351332500.460.4700.02241.0392.1375.1
Hex8785FA2E2F02f15c4b
Octal207205372565702361134113
Binary1000011110000101111110101011101011110101111000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8785FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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