Html Css Color HEX #856896 Ce Soir

📋 copy color: '#856896'

red 133 ◦ green 104 ◦ blue 150

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

Shades of Ce Soir #856896

Tints of Ce Soir #856896

RGB

 RED value IS 133 (52.34% from 255) = 34.37%

 GREEN value IS 104 (41.02% from 255) = 26.87%

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

R = 34.37%
G = 26.87%
B = 38.76%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#856896 (or 0x856896) is known color: Ce Soir. HEX triplet: 85, 68 and 96. RGB value is (133,104,150). Sum of RGB (Red+Green+Blue) = 133+104+150=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #856896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856896 is #7A9769. Grayscale: #757575. Windows color (decimal): -8034154 or 9857157. OLE color: 9857157.

HSL color Cylindrical-coordinate representation of color #856896: hue angle of 277.83º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #856896 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 104 150 -
CMYK 0.11 0.31 0 0.41
HSL 277.83º 0.18% 0.5% -
HSV(B) 277.83º 0.31% 0.59% -
XYZ 20.13 17.09 31.09 -
YUV 117.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 133 104 150 0.11 0.31 0 0.41 277.83 0.18 0.5
Hex 85 68 96 B 1F 0 29 116 12 32
Octal 205 150 226 13 37 0 51 426 22 62
Binary 10000101 1101000 10010110 1011 11111 0 101001 100010110 10010 110010

Color Harmonies of #856896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856896

Black with #856896

Text Example


Text Example

White with #856896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856896; }

 p { color: rgb(133,104,150); }

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

background-color css

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

 a { background-color: rgb(133,104,150); }

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

border-color css

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

 span { border-color: rgb(133,104,150); }

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