Html Css Color HEX #8F7CEF Light Slate Blue

📋 copy color: '#8F7CEF'

red 143 ◦ green 124 ◦ blue 239

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

Shades of Light Slate Blue #8F7CEF

Tints of Light Slate Blue #8F7CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 28.26%
G = 24.51%
B = 47.23%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F7CEF (or 0x8F7CEF) is known color: Light Slate Blue. HEX triplet: 8F, 7C and EF. RGB value is (143,124,239). Sum of RGB (Red+Green+Blue) = 143+124+239=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F7CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7CEF is #708310. Grayscale: #8E8E8E. Windows color (decimal): -7373585 or 15694991. OLE color: 15694991.

HSL color Cylindrical-coordinate representation of color #8F7CEF: hue angle of 249.91º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F7CEF is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 124 239 -
CMYK 0.40 0.48 0 0.06
HSL 249.91º 0.78% 0.71% -
HSV(B) 249.91º 0.48% 0.94% -
XYZ 34.12 26.49 84.98 -
YUV 142.79 182.29 128.15 -
System Red Green Blue C M Y K H S L
Decimal 143 124 239 0.40 0.48 0 0.06 249.91 0.78 0.71
Hex 8F 7C EF 28 30 0 6 FA 4E 47
Octal 217 174 357 50 60 0 6 372 116 107
Binary 10001111 1111100 11101111 101000 110000 0 110 11111010 1001110 1000111

Color Harmonies of #8F7CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7CEF

Black with #8F7CEF

Text Example


Text Example

White with #8F7CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,124,239); }

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

background-color css

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

 a { background-color: rgb(143,124,239); }

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

border-color css

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

 span { border-color: rgb(143,124,239); }

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