Html Css Color HEX #8F7DEC Light Slate Blue

📋 copy color: '#8F7DEC'

red 143 ◦ green 125 ◦ blue 236

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

Shades of Light Slate Blue #8F7DEC

Tints of Light Slate Blue #8F7DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.8%

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

R = 28.37%
G = 24.8%
B = 46.83%

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

#8F7DEC (or 0x8F7DEC) is known color: Light Slate Blue. HEX triplet: 8F, 7D and EC. RGB value is (143,125,236). Sum of RGB (Red+Green+Blue) = 143+125+236=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7DEC is #708213. Grayscale: #8E8E8E. Windows color (decimal): -7373332 or 15498639. OLE color: 15498639.

HSL color Cylindrical-coordinate representation of color #8F7DEC: hue angle of 249.73º 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 #8F7DEC is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 125 236 -
CMYK 0.39 0.47 0 0.07
HSL 249.73º 0.74% 0.71% -
HSV(B) 249.73º 0.47% 0.93% -
XYZ 33.8 26.56 82.7 -
YUV 143.04 180.46 127.97 -
System Red Green Blue C M Y K H S L
Decimal 143 125 236 0.39 0.47 0 0.07 249.73 0.74 0.71
Hex 8F 7D EC 27 2F 0 7 FA 4A 47
Octal 217 175 354 47 57 0 7 372 112 107
Binary 10001111 1111101 11101100 100111 101111 0 111 11111010 1001010 1000111

Color Harmonies of #8F7DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7DEC

Black with #8F7DEC

Text Example


Text Example

White with #8F7DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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