#997FAA

Color #997FAA Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #997FAA

Tints of Ce Soir #997FAA

Color information

#997FAA (or 0x997FAA) is unknown color: approx Ce Soir. HEX triplet: 99, 7F and AA. RGB value is (153,127,170). Sum of RGB (Red+Green+Blue) = 153+127+170=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #997FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997FAA is #668055. Grayscale: #8B8B8B. Windows color (decimal): -6717526 or 11173785. OLE color: 11173785.

HSL color Cylindrical-coordinate representation of color #997FAA: hue angle of 276.28º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997FAA is Cyan = 0.1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153127170-
CMYK0.10.2500.33
HSL276.28º20.19%58.24%-
HSV(B)276.28º25.29%66.67%-
XYZ27.9824.8541.35-
YUV139.68145.11137.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=34%
G=28.22%
B=37.78%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531271700.10.2500.33276.2820.1958.24
Hex997FAAA19021114143a
Octal23117725212310414242472
Binary10011001111111110101010101011001010000110001010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,127,170); }

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

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

 a { background-color: rgb(153,127,170); }

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

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

 span { border-color: rgb(153,127,170); }

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