#997CF8

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

Shades of Light Slate Blue #997CF8

Tints of Light Slate Blue #997CF8

Color information

#997CF8 (or 0x997CF8) is unknown color: approx Light Slate Blue. HEX triplet: 99, 7C and F8. RGB value is (153,124,248). Sum of RGB (Red+Green+Blue) = 153+124+248=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #997CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997CF8 is #668307. Grayscale: #929292. Windows color (decimal): -6718216 or 16284825. OLE color: 16284825.

HSL color Cylindrical-coordinate representation of color #997CF8: hue angle of 254.03º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #997CF8 is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153124248-
CMYK0.380.500.03
HSL254.03º89.86%72.94%-
HSV(B)254.03º50%97.25%-
XYZ37.2927.9692.24-
YUV146.81185.11132.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.14%
GREEN value IS 124 (48.83% from 255) = 23.62%
BLUE value IS 248 (97.27% from 255) = 47.24%
R=29.14%
G=23.62%
B=47.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1531242480.380.500.03254.0389.8672.94
Hex997CF8263203fe5a49
Octal231174370466203376132111
Binary100110011111100111110001001101100100111111111010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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