Html Css Color HEX #8F7CFD Light Slate Blue

📋 copy color: '#8F7CFD'

red 143 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #8F7CFD

Tints of Light Slate Blue #8F7CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 27.5%
G = 23.85%
B = 48.65%

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

#8F7CFD (or 0x8F7CFD) is known color: Light Slate Blue. HEX triplet: 8F, 7C and FD. RGB value is (143,124,253). Sum of RGB (Red+Green+Blue) = 143+124+253=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F7CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7CFD is #708302. Grayscale: #8F8F8F. Windows color (decimal): -7373571 or 16612495. OLE color: 16612495.

HSL color Cylindrical-coordinate representation of color #8F7CFD: hue angle of 248.84º degrees, saturation: 0.97, 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 #8F7CFD is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 124 253 -
CMYK 0.43 0.51 0 0.01
HSL 248.84º 0.97% 0.74% -
HSV(B) 248.84º 0.51% 0.99% -
XYZ 36.26 27.35 96.3 -
YUV 144.39 189.29 127.01 -
System Red Green Blue C M Y K H S L
Decimal 143 124 253 0.43 0.51 0 0.01 248.84 0.97 0.74
Hex 8F 7C FD 2B 33 0 1 F9 61 4A
Octal 217 174 375 53 63 0 1 371 141 112
Binary 10001111 1111100 11111101 101011 110011 0 1 11111001 1100001 1001010

Color Harmonies of #8F7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7CFD

Black with #8F7CFD

Text Example


Text Example

White with #8F7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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