#8D85FC

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

Shades of Light Slate Blue #8D85FC

Tints of Light Slate Blue #8D85FC

Color information

#8D85FC (or 0x8D85FC) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 85 and FC. RGB value is (141,133,252). Sum of RGB (Red+Green+Blue) = 141+133+252=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D85FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D85FC is #727A03. Grayscale: #949494. Windows color (decimal): -7502340 or 16549261. OLE color: 16549261.

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

Color convert

RGB141133252-
CMYK0.440.4700.01
HSL244.03º95.2%75.49%-
HSV(B)244.03º47.22%98.82%-
XYZ36.9429.4795.84-
YUV148.96186.15122.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.81%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 252 (98.83% from 255) = 47.91%
R=26.81%
G=25.29%
B=47.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411332520.440.4700.01244.0395.275.49
Hex8D85FC2C2F01f45f4b
Octal215205374545701364137113
Binary100011011000010111111100101100101111011111010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D85FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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