Html Css Color HEX #896B9B Ce Soir

📋 copy color: '#896B9B'

red 137 ◦ green 107 ◦ blue 155

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

Shades of Ce Soir #896B9B

Tints of Ce Soir #896B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.85%

R = 34.34%
G = 26.82%
B = 38.85%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#896B9B (or 0x896B9B) is known color: Ce Soir. HEX triplet: 89, 6B and 9B. RGB value is (137,107,155). Sum of RGB (Red+Green+Blue) = 137+107+155=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #896B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896B9B is #769464. Grayscale: #797979. Windows color (decimal): -7771237 or 10185609. OLE color: 10185609.

HSL color Cylindrical-coordinate representation of color #896B9B: hue angle of 277.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #896B9B is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 107 155 -
CMYK 0.12 0.31 0 0.39
HSL 277.5º 0.19% 0.51% -
HSV(B) 277.5º 0.31% 0.61% -
XYZ 21.49 18.2 33.39 -
YUV 121.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 137 107 155 0.12 0.31 0 0.39 277.5 0.19 0.51
Hex 89 6B 9B C 1F 0 27 116 13 33
Octal 211 153 233 14 37 0 47 426 23 63
Binary 10001001 1101011 10011011 1100 11111 0 100111 100010110 10011 110011

Color Harmonies of #896B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896B9B

Black with #896B9B

Text Example


Text Example

White with #896B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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