Html Css Color HEX #8E7CF9 Light Slate Blue

📋 copy color: '#8E7CF9'

red 142 ◦ green 124 ◦ blue 249

#8E7CF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8E7CF9

Tints of Light Slate Blue #8E7CF9

RGB

 RED value IS 142 (55.86% from 255) = 27.57%

 GREEN value IS 124 (48.83% from 255) = 24.08%

 BLUE value IS 249 (97.66% from 255) = 48.35%

R = 27.57%
G = 24.08%
B = 48.35%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E7CF9 (or 0x8E7CF9) is known color: Light Slate Blue. HEX triplet: 8E, 7C and F9. RGB value is (142,124,249). Sum of RGB (Red+Green+Blue) = 142+124+249=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #8E7CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7CF9 is #718306. Grayscale: #8F8F8F. Windows color (decimal): -7439111 or 16350350. OLE color: 16350350.

HSL color Cylindrical-coordinate representation of color #8E7CF9: hue angle of 248.64º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E7CF9 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 124 249 -
CMYK 0.43 0.50 0 0.02
HSL 248.64º 0.91% 0.73% -
HSV(B) 248.64º 0.5% 0.98% -
XYZ 35.46 27.01 92.97 -
YUV 143.63 187.46 126.84 -
System Red Green Blue C M Y K H S L
Decimal 142 124 249 0.43 0.50 0 0.02 248.64 0.91 0.73
Hex 8E 7C F9 2B 32 0 2 F9 5B 49
Octal 216 174 371 53 62 0 2 371 133 111
Binary 10001110 1111100 11111001 101011 110010 0 10 11111001 1011011 1001001

Color Harmonies of #8E7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7CF9

Black with #8E7CF9

Text Example


Text Example

White with #8E7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E7CF9;
 }
 .AnyTagClassName
 {
   color: #8E7CF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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