#997EF9

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

Shades of Light Slate Blue #997EF9

Tints of Light Slate Blue #997EF9

Color information

#997EF9 (or 0x997EF9) is unknown color: approx Light Slate Blue. HEX triplet: 99, 7E and F9. RGB value is (153,126,249). Sum of RGB (Red+Green+Blue) = 153+126+249=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #997EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997EF9 is #668106. Grayscale: #939393. Windows color (decimal): -6717703 or 16350873. OLE color: 16350873.

HSL color Cylindrical-coordinate representation of color #997EF9: hue angle of 253.17º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #997EF9 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153126249-
CMYK0.390.4900.02
HSL253.17º91.11%73.53%-
HSV(B)253.17º49.4%97.65%-
XYZ37.728.5393.14-
YUV148.1184.95131.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.98%
GREEN value IS 126 (49.61% from 255) = 23.86%
BLUE value IS 249 (97.66% from 255) = 47.16%
R=28.98%
G=23.86%
B=47.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531262490.390.4900.02253.1791.1173.53
Hex997EF9273102fd5b4a
Octal231176371476102375133112
Binary100110011111110111110011001111100010101111110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997EF9; }

 p { color: rgb(153,126,249); }

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

<style>
 a { background-color: #997EF9; }

 a { background-color: rgb(153,126,249); }

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

<style>
 span { border-color: #997EF9; }

 span { border-color: rgb(153,126,249); }

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