Html Css Color HEX #8F8CFE Light Slate Blue

📋 copy color: '#8F8CFE'

red 143 ◦ green 140 ◦ blue 254

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

Shades of Light Slate Blue #8F8CFE

Tints of Light Slate Blue #8F8CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.07%

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 26.63%
G = 26.07%
B = 47.3%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8F8CFE (or 0x8F8CFE) is known color: Light Slate Blue. HEX triplet: 8F, 8C and FE. RGB value is (143,140,254). Sum of RGB (Red+Green+Blue) = 143+140+254=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F8CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8CFE is #707301. Grayscale: #999999. Windows color (decimal): -7369474 or 16682127. OLE color: 16682127.

HSL color Cylindrical-coordinate representation of color #8F8CFE: hue angle of 241.58º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F8CFE is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 143 140 254 -
CMYK 0.44 0.45 0 0.00
HSL 241.58º 0.98% 0.77% -
HSV(B) 241.58º 0.45% 1% -
XYZ 38.6 31.75 97.86 -
YUV 153.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 143 140 254 0.44 0.45 0 0.00 241.58 0.98 0.77
Hex 8F 8C FE 2C 2D 0 0 F2 62 4D
Octal 217 214 376 54 55 0 0 362 142 115
Binary 10001111 10001100 11111110 101100 101101 0 0 11110010 1100010 1001101

Color Harmonies of #8F8CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8CFE

Black with #8F8CFE

Text Example


Text Example

White with #8F8CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,140,254); }

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

background-color css

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

 a { background-color: rgb(143,140,254); }

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

border-color css

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

 span { border-color: rgb(143,140,254); }

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