Html Css Color HEX #997FAA Ce Soir

📋 copy color: '#997FAA'

red 153 ◦ green 127 ◦ blue 170

#997FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #997FAA

Tints of Ce Soir #997FAA

RGB

 RED value IS 153 (60.16% from 255) = 34%

 GREEN value IS 127 (50% from 255) = 28.22%

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 34%
G = 28.22%
B = 37.78%

CMYK

 C value IS 0.1

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#997FAA (or 0x997FAA) is known color: 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

RGB 153 127 170 -
CMYK 0.1 0.25 0 0.33
HSL 276.28º 0.2% 0.58% -
HSV(B) 276.28º 0.25% 0.67% -
XYZ 27.98 24.85 41.35 -
YUV 139.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 153 127 170 0.1 0.25 0 0.33 276.28 0.2 0.58
Hex 99 7F AA A 19 0 21 114 14 3A
Octal 231 177 252 12 31 0 41 424 24 72
Binary 10011001 1111111 10101010 1010 11001 0 100001 100010100 10100 111010

Color Harmonies of #997FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997FAA

Black with #997FAA

Text Example


Text Example

White with #997FAA

Text Example


Text Example

HTML Codes & Css Web 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>