Html Css Color HEX #856998 Ce Soir

📋 copy color: '#856998'

red 133 ◦ green 105 ◦ blue 152

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

Shades of Ce Soir #856998

Tints of Ce Soir #856998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.92%

 BLUE value IS 152 (59.77% from 255) = 38.97%

R = 34.1%
G = 26.92%
B = 38.97%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#856998 (or 0x856998) is known color: Ce Soir. HEX triplet: 85, 69 and 98. RGB value is (133,105,152). Sum of RGB (Red+Green+Blue) = 133+105+152=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #856998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856998 is #7A9667. Grayscale: #767676. Windows color (decimal): -8033896 or 9988485. OLE color: 9988485.

HSL color Cylindrical-coordinate representation of color #856998: hue angle of 275.74º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #856998 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 105 152 -
CMYK 0.13 0.31 0 0.40
HSL 275.74º 0.19% 0.5% -
HSV(B) 275.74º 0.31% 0.6% -
XYZ 20.39 17.36 31.98 -
YUV 118.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 133 105 152 0.13 0.31 0 0.40 275.74 0.19 0.5
Hex 85 69 98 D 1F 0 28 114 13 32
Octal 205 151 230 15 37 0 50 424 23 62
Binary 10000101 1101001 10011000 1101 11111 0 101000 100010100 10011 110010

Color Harmonies of #856998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856998

Black with #856998

Text Example


Text Example

White with #856998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856998; }

 p { color: rgb(133,105,152); }

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

background-color css

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

 a { background-color: rgb(133,105,152); }

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

border-color css

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

 span { border-color: rgb(133,105,152); }

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