Html Css Color HEX #8F7EEC Light Slate Blue

📋 copy color: '#8F7EEC'

red 143 ◦ green 126 ◦ blue 236

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

Shades of Light Slate Blue #8F7EEC

Tints of Light Slate Blue #8F7EEC

RGB

 RED value IS 143 (56.25% from 255) = 28.32%

 GREEN value IS 126 (49.61% from 255) = 24.95%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 28.32%
G = 24.95%
B = 46.73%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F7EEC (or 0x8F7EEC) is known color: Light Slate Blue. HEX triplet: 8F, 7E and EC. RGB value is (143,126,236). Sum of RGB (Red+Green+Blue) = 143+126+236=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F7EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7EEC is #708113. Grayscale: #8F8F8F. Windows color (decimal): -7373076 or 15498895. OLE color: 15498895.

HSL color Cylindrical-coordinate representation of color #8F7EEC: hue angle of 249.27º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F7EEC is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 126 236 -
CMYK 0.39 0.47 0 0.07
HSL 249.27º 0.74% 0.71% -
HSV(B) 249.27º 0.47% 0.93% -
XYZ 33.93 26.82 82.74 -
YUV 143.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 143 126 236 0.39 0.47 0 0.07 249.27 0.74 0.71
Hex 8F 7E EC 27 2F 0 7 F9 4A 47
Octal 217 176 354 47 57 0 7 371 112 107
Binary 10001111 1111110 11101100 100111 101111 0 111 11111001 1001010 1000111

Color Harmonies of #8F7EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7EEC

Black with #8F7EEC

Text Example


Text Example

White with #8F7EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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