#997AFF

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

Shades of Light Slate Blue #997AFF

Tints of Light Slate Blue #997AFF

Color information

#997AFF (or 0x997AFF) is unknown color: approx Light Slate Blue. HEX triplet: 99, 7A and FF. RGB value is (153,122,255). Sum of RGB (Red+Green+Blue) = 153+122+255=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #997AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997AFF is #668500. Grayscale: #919191. Windows color (decimal): -6718721 or 16743065. OLE color: 16743065.

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

Color convert

RGB153122255-
CMYK0.40.5200
HSL253.98º100%73.92%-
HSV(B)253.98º52.16%100%-
XYZ38.1527.9197.98-
YUV146.43189.27132.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.87%
GREEN value IS 122 (48.05% from 255) = 23.02%
BLUE value IS 255 (100% from 255) = 48.11%
R=28.87%
G=23.02%
B=48.11%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531222550.40.5200253.9810073.92
Hex997AFF283400fe644a
Octal231172377506400376144112
Binary10011001111101011111111101000110100001111111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,122,255); }

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

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

 a { background-color: rgb(153,122,255); }

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

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

 span { border-color: rgb(153,122,255); }

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