#997CF9

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

Shades of Light Slate Blue #997CF9

Tints of Light Slate Blue #997CF9

Color information

#997CF9 (or 0x997CF9) is unknown color: approx Light Slate Blue. HEX triplet: 99, 7C and F9. RGB value is (153,124,249). Sum of RGB (Red+Green+Blue) = 153+124+249=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #997CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997CF9 is #668306. Grayscale: #929292. Windows color (decimal): -6718215 or 16350361. OLE color: 16350361.

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

Color convert

RGB153124249-
CMYK0.390.5000.02
HSL253.92º91.24%73.14%-
HSV(B)253.92º50.2%97.65%-
XYZ37.4428.0393.06-
YUV146.92185.61132.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.09%
GREEN value IS 124 (48.83% from 255) = 23.57%
BLUE value IS 249 (97.66% from 255) = 47.34%
R=29.09%
G=23.57%
B=47.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531242490.390.5000.02253.9291.2473.14
Hex997CF9273202fe5b49
Octal231174371476202376133111
Binary100110011111100111110011001111100100101111111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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