Html Css Color HEX #896B96 Ce Soir

📋 copy color: '#896B96'

red 137 ◦ green 107 ◦ blue 150

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

Shades of Ce Soir #896B96

Tints of Ce Soir #896B96

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.16%

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 34.77%
G = 27.16%
B = 38.07%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#896B96 (or 0x896B96) is known color: Ce Soir. HEX triplet: 89, 6B and 96. RGB value is (137,107,150). Sum of RGB (Red+Green+Blue) = 137+107+150=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #896B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896B96 is #769469. Grayscale: #787878. Windows color (decimal): -7771242 or 9857929. OLE color: 9857929.

HSL color Cylindrical-coordinate representation of color #896B96: hue angle of 281.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #896B96 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 107 150 -
CMYK 0.09 0.29 0 0.41
HSL 281.86º 0.17% 0.5% -
HSV(B) 281.86º 0.29% 0.59% -
XYZ 21.08 18.04 31.22 -
YUV 120.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 137 107 150 0.09 0.29 0 0.41 281.86 0.17 0.5
Hex 89 6B 96 9 1D 0 29 11A 11 32
Octal 211 153 226 11 35 0 51 432 21 62
Binary 10001001 1101011 10010110 1001 11101 0 101001 100011010 10001 110010

Color Harmonies of #896B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896B96

Black with #896B96

Text Example


Text Example

White with #896B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,107,150); }

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

background-color css

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

 a { background-color: rgb(137,107,150); }

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

border-color css

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

 span { border-color: rgb(137,107,150); }

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