#997CFE

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

Shades of Light Slate Blue #997CFE

Tints of Light Slate Blue #997CFE

Color information

#997CFE (or 0x997CFE) is unknown color: approx Light Slate Blue. HEX triplet: 99, 7C and FE. RGB value is (153,124,254). Sum of RGB (Red+Green+Blue) = 153+124+254=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #997CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997CFE is #668301. Grayscale: #939393. Windows color (decimal): -6718210 or 16678041. OLE color: 16678041.

HSL color Cylindrical-coordinate representation of color #997CFE: hue angle of 253.38º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #997CFE is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153124254-
CMYK0.400.5100.00
HSL253.38º98.48%74.12%-
HSV(B)253.38º51.18%99.61%-
XYZ38.2328.3497.22-
YUV147.49188.11131.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.81%
GREEN value IS 124 (48.83% from 255) = 23.35%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=28.81%
G=23.35%
B=47.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531242540.400.5100.00253.3898.4874.12
Hex997CFE283300fd624a
Octal231174376506300375142112
Binary10011001111110011111110101000110011001111110111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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