Html Css Color HEX #856898 Ce Soir

📋 copy color: '#856898'

red 133 ◦ green 104 ◦ blue 152

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

Shades of Ce Soir #856898

Tints of Ce Soir #856898

RGB

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

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

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

R = 34.19%
G = 26.74%
B = 39.07%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#856898 (or 0x856898) is known color: Ce Soir. HEX triplet: 85, 68 and 98. RGB value is (133,104,152). Sum of RGB (Red+Green+Blue) = 133+104+152=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 152 - color contains mainly: blue. Hex color #856898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856898 is #7A9767. Grayscale: #757575. Windows color (decimal): -8034152 or 9988229. OLE color: 9988229.

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

Color convert

RGB 133 104 152 -
CMYK 0.13 0.32 0 0.40
HSL 276.25º 0.19% 0.5% -
HSV(B) 276.25º 0.32% 0.6% -
XYZ 20.29 17.15 31.95 -
YUV 118.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 133 104 152 0.13 0.32 0 0.40 276.25 0.19 0.5
Hex 85 68 98 D 20 0 28 114 13 32
Octal 205 150 230 15 40 0 50 424 23 62
Binary 10000101 1101000 10011000 1101 100000 0 101000 100010100 10011 110010

Color Harmonies of #856898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856898

Black with #856898

Text Example


Text Example

White with #856898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856898; }

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

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

background-color css

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

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

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

border-color css

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

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

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