#8D8DFC

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

Shades of Light Slate Blue #8D8DFC

Tints of Light Slate Blue #8D8DFC

Color information

#8D8DFC (or 0x8D8DFC) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 8D and FC. RGB value is (141,141,252). Sum of RGB (Red+Green+Blue) = 141+141+252=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D8DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8DFC is #727203. Grayscale: #999999. Windows color (decimal): -7500292 or 16551309. OLE color: 16551309.

HSL color Cylindrical-coordinate representation of color #8D8DFC: 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.44%. Process color model (Four color, CMYK) of #8D8DFC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141141252-
CMYK0.440.4400.01
HSL240º94.87%77.06%-
HSV(B)240º44.05%98.82%-
XYZ38.0831.7496.22-
YUV153.65183.5118.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.40%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 252 (98.83% from 255) = 47.19%
R=26.40%
G=26.40%
B=47.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411412520.440.4400.0124094.8777.06
Hex8D8DFC2C2C01f05f4d
Octal215215374545401360137115
Binary100011011000110111111100101100101100011111000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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