#8775FA

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

Shades of Light Slate Blue #8775FA

Tints of Light Slate Blue #8775FA

Color information

#8775FA (or 0x8775FA) is unknown color: approx Light Slate Blue. HEX triplet: 87, 75 and FA. RGB value is (135,117,250). Sum of RGB (Red+Green+Blue) = 135+117+250=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #8775FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8775FA is #788A05. Grayscale: #898989. Windows color (decimal): -7899654 or 16414087. OLE color: 16414087.

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

Color convert

RGB135117250-
CMYK0.460.5300.02
HSL248.12º93.01%71.96%-
HSV(B)248.12º53.2%98.04%-
XYZ33.6124.7893.45-
YUV137.54191.46126.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.89%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 250 (98.05% from 255) = 49.80%
R=26.89%
G=23.31%
B=49.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351172500.460.5300.02248.1293.0171.96
Hex8775FA2E3502f85d48
Octal207165372566502370135110
Binary100001111110101111110101011101101010101111100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8775FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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