#8F8FFC

Color #8F8FFC Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8F8FFC

Tints of Light Slate Blue #8F8FFC

Color information

#8F8FFC (or 0x8F8FFC) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 8F and FC. RGB value is (143,143,252). Sum of RGB (Red+Green+Blue) = 143+143+252=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F8FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8FFC is #707003. Grayscale: #9A9A9A. Windows color (decimal): -7368708 or 16551823. OLE color: 16551823.

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

Color convert

RGB143143252-
CMYK0.430.4300.01
HSL240º94.78%77.45%-
HSV(B)240º43.25%98.82%-
XYZ38.7232.5196.33-
YUV155.43182.5119.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.58%
GREEN value IS 143 (56.25% from 255) = 26.58%
BLUE value IS 252 (98.83% from 255) = 46.84%
R=26.58%
G=26.58%
B=46.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431432520.430.4300.0124094.7877.45
Hex8F8FFC2B2B01f05f4d
Octal217217374535301360137115
Binary100011111000111111111100101011101011011111000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F8FFC;
 }
 .AnyTagClassName
 {
   color: #8F8FFC;
 }
</style>
background-color css

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

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

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

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

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

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