Html Css Color HEX #8F8CFC Light Slate Blue

📋 copy color: '#8F8CFC'

red 143 ◦ green 140 ◦ blue 252

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

Shades of Light Slate Blue #8F8CFC

Tints of Light Slate Blue #8F8CFC

RGB

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

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

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

R = 26.73%
G = 26.17%
B = 47.1%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F8CFC (or 0x8F8CFC) is known color: Light Slate Blue. HEX triplet: 8F, 8C and FC. RGB value is (143,140,252). Sum of RGB (Red+Green+Blue) = 143+140+252=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F8CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8CFC is #707303. Grayscale: #999999. Windows color (decimal): -7369476 or 16551055. OLE color: 16551055.

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

Color convert

RGB 143 140 252 -
CMYK 0.43 0.44 0 0.01
HSL 241.61º 0.95% 0.77% -
HSV(B) 241.61º 0.44% 0.99% -
XYZ 38.28 31.62 96.18 -
YUV 153.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 143 140 252 0.43 0.44 0 0.01 241.61 0.95 0.77
Hex 8F 8C FC 2B 2C 0 1 F2 5F 4D
Octal 217 214 374 53 54 0 1 362 137 115
Binary 10001111 10001100 11111100 101011 101100 0 1 11110010 1011111 1001101

Color Harmonies of #8F8CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8CFC

Black with #8F8CFC

Text Example


Text Example

White with #8F8CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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