#9891FD

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

Shades of Light Slate Blue #9891FD

Tints of Light Slate Blue #9891FD

Color information

#9891FD (or 0x9891FD) is unknown color: approx Light Slate Blue. HEX triplet: 98, 91 and FD. RGB value is (152,145,253). Sum of RGB (Red+Green+Blue) = 152+145+253=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #9891FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9891FD is #676E02. Grayscale: #9E9E9E. Windows color (decimal): -6778371 or 16617880. OLE color: 16617880.

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

Color convert

RGB152145253-
CMYK0.400.4300.01
HSL243.89º96.43%78.04%-
HSV(B)243.89º42.69%99.22%-
XYZ40.834.0297.34-
YUV159.4180.82122.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.64%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 253 (99.22% from 255) = 46%
R=27.64%
G=26.36%
B=46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521452530.400.4300.01243.8996.4378.04
Hex9891FD282B01f4604e
Octal230221375505301364140116
Binary100110001001000111111101101000101011011111010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9891FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9891FD; }

 p { color: rgb(152,145,253); }

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

<style>
 a { background-color: #9891FD; }

 a { background-color: rgb(152,145,253); }

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

<style>
 span { border-color: #9891FD; }

 span { border-color: rgb(152,145,253); }

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