Html Css Color HEX #8F7CEE Light Slate Blue

📋 copy color: '#8F7CEE'

red 143 ◦ green 124 ◦ blue 238

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

Shades of Light Slate Blue #8F7CEE

Tints of Light Slate Blue #8F7CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 28.32%
G = 24.55%
B = 47.13%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F7CEE (or 0x8F7CEE) is known color: Light Slate Blue. HEX triplet: 8F, 7C and EE. RGB value is (143,124,238). Sum of RGB (Red+Green+Blue) = 143+124+238=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F7CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7CEE is #708311. Grayscale: #8E8E8E. Windows color (decimal): -7373586 or 15629455. OLE color: 15629455.

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

Color convert

RGB 143 124 238 -
CMYK 0.40 0.48 0 0.07
HSL 250º 0.77% 0.71% -
HSV(B) 250º 0.48% 0.93% -
XYZ 33.97 26.43 84.2 -
YUV 142.68 181.79 128.23 -
System Red Green Blue C M Y K H S L
Decimal 143 124 238 0.40 0.48 0 0.07 250 0.77 0.71
Hex 8F 7C EE 28 30 0 7 FA 4D 47
Octal 217 174 356 50 60 0 7 372 115 107
Binary 10001111 1111100 11101110 101000 110000 0 111 11111010 1001101 1000111

Color Harmonies of #8F7CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7CEE

Black with #8F7CEE

Text Example


Text Example

White with #8F7CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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