#9894FC

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

Shades of Light Slate Blue #9894FC

Tints of Light Slate Blue #9894FC

Color information

#9894FC (or 0x9894FC) is unknown color: approx Light Slate Blue. HEX triplet: 98, 94 and FC. RGB value is (152,148,252). Sum of RGB (Red+Green+Blue) = 152+148+252=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #9894FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9894FC is #676B03. Grayscale: #A0A0A0. Windows color (decimal): -6777604 or 16553112. OLE color: 16553112.

HSL color Cylindrical-coordinate representation of color #9894FC: hue angle of 242.31º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9894FC is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152148252-
CMYK0.400.4100.01
HSL242.31º94.55%78.43%-
HSV(B)242.31º41.27%98.82%-
XYZ41.1134.8896.66-
YUV161.05179.33121.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.54%
GREEN value IS 148 (58.20% from 255) = 26.81%
BLUE value IS 252 (98.83% from 255) = 45.65%
R=27.54%
G=26.81%
B=45.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521482520.400.4100.01242.3194.5578.43
Hex9894FC282901f25f4e
Octal230224374505101362137116
Binary100110001001010011111100101000101001011111001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9894FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,148,252); }

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

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

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

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

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

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

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