#8770F9

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

Shades of Light Slate Blue #8770F9

Tints of Light Slate Blue #8770F9

Color information

#8770F9 (or 0x8770F9) is unknown color: approx Light Slate Blue. HEX triplet: 87, 70 and F9. RGB value is (135,112,249). Sum of RGB (Red+Green+Blue) = 135+112+249=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #8770F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8770F9 is #788F06. Grayscale: #858585. Windows color (decimal): -7900935 or 16347271. OLE color: 16347271.

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

Color convert

RGB135112249-
CMYK0.460.5500.02
HSL250.07º91.95%70.78%-
HSV(B)250.07º55.02%97.65%-
XYZ32.8823.5892.44-
YUV134.5192.62128.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.22%
GREEN value IS 112 (44.14% from 255) = 22.58%
BLUE value IS 249 (97.66% from 255) = 50.20%
R=27.22%
G=22.58%
B=50.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351122490.460.5500.02250.0791.9570.78
Hex8770F92E3702fa5c47
Octal207160371566702372134107
Binary100001111110000111110011011101101110101111101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8770F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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