#8985FC

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

Shades of Light Slate Blue #8985FC

Tints of Light Slate Blue #8985FC

Color information

#8985FC (or 0x8985FC) is unknown color: approx Light Slate Blue. HEX triplet: 89, 85 and FC. RGB value is (137,133,252). Sum of RGB (Red+Green+Blue) = 137+133+252=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #8985FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8985FC is #767A03. Grayscale: #939393. Windows color (decimal): -7764484 or 16549257. OLE color: 16549257.

HSL color Cylindrical-coordinate representation of color #8985FC: hue angle of 242.02º 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 #8985FC is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137133252-
CMYK0.460.4700.01
HSL242.02º95.2%75.49%-
HSV(B)242.02º47.22%98.82%-
XYZ36.2729.1295.8-
YUV147.76186.83120.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.25%
GREEN value IS 133 (52.34% from 255) = 25.48%
BLUE value IS 252 (98.83% from 255) = 48.28%
R=26.25%
G=25.48%
B=48.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371332520.460.4700.01242.0295.275.49
Hex8985FC2E2F01f25f4b
Octal211205374565701362137113
Binary100010011000010111111100101110101111011111001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8985FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8985FC; }

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

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

<style>
 a { background-color: #8985FC; }

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

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

<style>
 span { border-color: #8985FC; }

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

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