#997BA4

Color #997BA4 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #997BA4

Tints of Amethyst Smoke #997BA4

Color information

#997BA4 (or 0x997BA4) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 7B and A4. RGB value is (153,123,164). Sum of RGB (Red+Green+Blue) = 153+123+164=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 164 - color contains mainly: blue. Hex color #997BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997BA4 is #66845B. Grayscale: #888888. Windows color (decimal): -6718556 or 10779545. OLE color: 10779545.

HSL color Cylindrical-coordinate representation of color #997BA4: hue angle of 283.9º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997BA4 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB153123164-
CMYK0.070.2500.36
HSL283.9º18.39%56.27%-
HSV(B)283.9º25%64.31%-
XYZ26.9223.6238.26-
YUV136.64143.44139.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.77%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=34.77%
G=27.95%
B=37.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531231640.070.2500.36283.918.3956.27
Hex997BA471902411c1238
Octal2311732447310444342270
Binary1001100111110111010010011111001010010010001110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,123,164); }

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

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

 a { background-color: rgb(153,123,164); }

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

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

 span { border-color: rgb(153,123,164); }

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