#8E75F9

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

Shades of Light Slate Blue #8E75F9

Tints of Light Slate Blue #8E75F9

Color information

#8E75F9 (or 0x8E75F9) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 75 and F9. RGB value is (142,117,249). Sum of RGB (Red+Green+Blue) = 142+117+249=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #8E75F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E75F9 is #718A06. Grayscale: #8B8B8B. Windows color (decimal): -7440903 or 16348558. OLE color: 16348558.

HSL color Cylindrical-coordinate representation of color #8E75F9: hue angle of 251.36º 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 #8E75F9 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142117249-
CMYK0.430.5300.02
HSL251.36º91.67%71.76%-
HSV(B)251.36º53.01%97.65%-
XYZ34.6225.3192.68-
YUV139.52189.78129.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.95%
GREEN value IS 117 (46.09% from 255) = 23.03%
BLUE value IS 249 (97.66% from 255) = 49.02%
R=27.95%
G=23.03%
B=49.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421172490.430.5300.02251.3691.6771.76
Hex8E75F92B3502fb5c48
Octal216165371536502373134110
Binary100011101110101111110011010111101010101111101110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E75F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E75F9; }

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

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

<style>
 a { background-color: #8E75F9; }

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

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

<style>
 span { border-color: #8E75F9; }

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

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