Html Css Color HEX #896FA5 Ce Soir

📋 copy color: '#896FA5'

red 137 ◦ green 111 ◦ blue 165

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

Shades of Ce Soir #896FA5

Tints of Ce Soir #896FA5

RGB

 RED value IS 137 (53.91% from 255) = 33.17%

 GREEN value IS 111 (43.75% from 255) = 26.88%

 BLUE value IS 165 (64.84% from 255) = 39.95%

R = 33.17%
G = 26.88%
B = 39.95%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#896FA5 (or 0x896FA5) is known color: Ce Soir. HEX triplet: 89, 6F and A5. RGB value is (137,111,165). Sum of RGB (Red+Green+Blue) = 137+111+165=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 165 - color contains mainly: blue. Hex color #896FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FA5 is #76905A. Grayscale: #7C7C7C. Windows color (decimal): -7770203 or 10841993. OLE color: 10841993.

HSL color Cylindrical-coordinate representation of color #896FA5: hue angle of 268.89º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #896FA5 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 137 111 165 -
CMYK 0.17 0.33 0 0.35
HSL 268.89º 0.23% 0.54% -
HSV(B) 268.89º 0.33% 0.65% -
XYZ 22.79 19.4 38.14 -
YUV 124.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 137 111 165 0.17 0.33 0 0.35 268.89 0.23 0.54
Hex 89 6F A5 11 21 0 23 10D 17 36
Octal 211 157 245 21 41 0 43 415 27 66
Binary 10001001 1101111 10100101 10001 100001 0 100011 100001101 10111 110110

Color Harmonies of #896FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FA5

Black with #896FA5

Text Example


Text Example

White with #896FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896FA5; }

 p { color: rgb(137,111,165); }

 H1.HeaderClassName
 {
   color: #896FA5;
 }
 .AnyTagClassName
 {
   color: #896FA5;
 }
</style>

background-color css

<style>
 a { background-color: #896FA5; }

 a { background-color: rgb(137,111,165); }

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

border-color css

<style>
 span { border-color: #896FA5; }

 span { border-color: rgb(137,111,165); }

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