#8F7EF2

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

Shades of Light Slate Blue #8F7EF2

Tints of Light Slate Blue #8F7EF2

Color information

#8F7EF2 (or 0x8F7EF2) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 7E and F2. RGB value is (143,126,242). Sum of RGB (Red+Green+Blue) = 143+126+242=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #8F7EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7EF2 is #70810D. Grayscale: #8F8F8F. Windows color (decimal): -7373070 or 15892111. OLE color: 15892111.

HSL color Cylindrical-coordinate representation of color #8F7EF2: hue angle of 248.79º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F7EF2 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB143126242-
CMYK0.410.4800.05
HSL248.79º81.69%72.16%-
HSV(B)248.79º47.93%94.9%-
XYZ34.8227.1787.41-
YUV144.31183.13127.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.98%
GREEN value IS 126 (49.61% from 255) = 24.66%
BLUE value IS 242 (94.92% from 255) = 47.36%
R=27.98%
G=24.66%
B=47.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1431262420.410.4800.05248.7981.6972.16
Hex8F7EF2293005f95248
Octal217176362516005371122110
Binary1000111111111101111001010100111000001011111100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,126,242); }

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

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

 a { background-color: rgb(143,126,242); }

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

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

 span { border-color: rgb(143,126,242); }

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