#8775FC

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

Shades of Light Slate Blue #8775FC

Tints of Light Slate Blue #8775FC

Color information

#8775FC (or 0x8775FC) is unknown color: approx Light Slate Blue. HEX triplet: 87, 75 and FC. RGB value is (135,117,252). Sum of RGB (Red+Green+Blue) = 135+117+252=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #8775FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8775FC is #788A03. Grayscale: #898989. Windows color (decimal): -7899652 or 16545159. OLE color: 16545159.

HSL color Cylindrical-coordinate representation of color #8775FC: hue angle of 248º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8775FC is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135117252-
CMYK0.460.5400.01
HSL248º95.74%72.35%-
HSV(B)248º53.57%98.82%-
XYZ33.9224.995.11-
YUV137.77192.46126.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.79%
GREEN value IS 117 (46.09% from 255) = 23.21%
BLUE value IS 252 (98.83% from 255) = 50%
R=26.79%
G=23.21%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351172520.460.5400.0124895.7472.35
Hex8775FC2E3601f86048
Octal207165374566601370140110
Binary10000111111010111111100101110110110011111100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8775FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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