Html Css Color HEX #917EA2 Ce Soir

📋 copy color: '#917EA2'

red 145 ◦ green 126 ◦ blue 162

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

Shades of Ce Soir #917EA2

Tints of Ce Soir #917EA2

RGB

 RED value IS 145 (57.03% from 255) = 33.49%

 GREEN value IS 126 (49.61% from 255) = 29.1%

 BLUE value IS 162 (63.67% from 255) = 37.41%

R = 33.49%
G = 29.1%
B = 37.41%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#917EA2 (or 0x917EA2) is known color: Ce Soir. HEX triplet: 91, 7E and A2. RGB value is (145,126,162). Sum of RGB (Red+Green+Blue) = 145+126+162=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 162 - color contains mainly: blue. Hex color #917EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917EA2 is #6E815D. Grayscale: #878787. Windows color (decimal): -7242078 or 10649233. OLE color: 10649233.

HSL color Cylindrical-coordinate representation of color #917EA2: hue angle of 271.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917EA2 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 145 126 162 -
CMYK 0.10 0.22 0 0.36
HSL 271.67º 0.16% 0.56% -
HSV(B) 271.67º 0.22% 0.64% -
XYZ 25.66 23.55 37.38 -
YUV 135.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 145 126 162 0.10 0.22 0 0.36 271.67 0.16 0.56
Hex 91 7E A2 A 16 0 24 110 10 38
Octal 221 176 242 12 26 0 44 420 20 70
Binary 10010001 1111110 10100010 1010 10110 0 100100 100010000 10000 111000

Color Harmonies of #917EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917EA2

Black with #917EA2

Text Example


Text Example

White with #917EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917EA2; }

 p { color: rgb(145,126,162); }

 H1.HeaderClassName
 {
   color: #917EA2;
 }
 .AnyTagClassName
 {
   color: #917EA2;
 }
</style>

background-color css

<style>
 a { background-color: #917EA2; }

 a { background-color: rgb(145,126,162); }

 div.DivClassName
 {
   background-color: #917EA2;
 }
 .BgClassName
 {
   background-color: #917EA2;
 }
</style>

border-color css

<style>
 span { border-color: #917EA2; }

 span { border-color: rgb(145,126,162); }

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