Html Css Color HEX #8F7CFC Light Slate Blue

📋 copy color: '#8F7CFC'

red 143 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #8F7CFC

Tints of Light Slate Blue #8F7CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.55%

R = 27.55%
G = 23.89%
B = 48.55%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F7CFC (or 0x8F7CFC) is known color: Light Slate Blue. HEX triplet: 8F, 7C and FC. RGB value is (143,124,252). Sum of RGB (Red+Green+Blue) = 143+124+252=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F7CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7CFC is #708303. Grayscale: #8F8F8F. Windows color (decimal): -7373572 or 16546959. OLE color: 16546959.

HSL color Cylindrical-coordinate representation of color #8F7CFC: hue angle of 248.91º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F7CFC is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 124 252 -
CMYK 0.43 0.51 0 0.01
HSL 248.91º 0.96% 0.74% -
HSV(B) 248.91º 0.51% 0.99% -
XYZ 36.11 27.28 95.46 -
YUV 144.27 188.79 127.09 -
System Red Green Blue C M Y K H S L
Decimal 143 124 252 0.43 0.51 0 0.01 248.91 0.96 0.74
Hex 8F 7C FC 2B 33 0 1 F9 60 4A
Octal 217 174 374 53 63 0 1 371 140 112
Binary 10001111 1111100 11111100 101011 110011 0 1 11111001 1100000 1001010

Color Harmonies of #8F7CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7CFC

Black with #8F7CFC

Text Example


Text Example

White with #8F7CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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