Html Css Color HEX #8F7EF2 Light Slate Blue

📋 copy color: '#8F7EF2'

red 143 ◦ green 126 ◦ blue 242

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

Shades of Light Slate Blue #8F7EF2

Tints of Light Slate Blue #8F7EF2

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 value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8F7EF2 (or 0x8F7EF2) is known color: 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

RGB 143 126 242 -
CMYK 0.41 0.48 0 0.05
HSL 248.79º 0.82% 0.72% -
HSV(B) 248.79º 0.48% 0.95% -
XYZ 34.82 27.17 87.41 -
YUV 144.31 183.13 127.07 -
System Red Green Blue C M Y K H S L
Decimal 143 126 242 0.41 0.48 0 0.05 248.79 0.82 0.72
Hex 8F 7E F2 29 30 0 5 F9 52 48
Octal 217 176 362 51 60 0 5 371 122 110
Binary 10001111 1111110 11110010 101001 110000 0 101 11111001 1010010 1001000

Color Harmonies of #8F7EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7EF2

Black with #8F7EF2

Text Example


Text Example

White with #8F7EF2

Text Example


Text Example

HTML Codes & Css Web 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>