#8775F9

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

Shades of Light Slate Blue #8775F9

Tints of Light Slate Blue #8775F9

Color information

#8775F9 (or 0x8775F9) is unknown color: approx Light Slate Blue. HEX triplet: 87, 75 and F9. RGB value is (135,117,249). Sum of RGB (Red+Green+Blue) = 135+117+249=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #8775F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8775F9 is #788A06. Grayscale: #888888. Windows color (decimal): -7899655 or 16348551. OLE color: 16348551.

HSL color Cylindrical-coordinate representation of color #8775F9: hue angle of 248.18º degrees, saturation: 0.92, 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 #8775F9 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135117249-
CMYK0.460.5300.02
HSL248.18º91.67%71.76%-
HSV(B)248.18º53.01%97.65%-
XYZ33.4524.7192.63-
YUV137.43190.96126.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.95%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 249 (97.66% from 255) = 49.70%
R=26.95%
G=23.35%
B=49.70%

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
Decimal1351172490.460.5300.02248.1891.6771.76
Hex8775F92E3502f85c48
Octal207165371566502370134110
Binary100001111110101111110011011101101010101111100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8775F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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