Html Css Color HEX #867095 Ce Soir

📋 copy color: '#867095'

red 134 ◦ green 112 ◦ blue 149

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

Shades of Ce Soir #867095

Tints of Ce Soir #867095

RGB

 RED value IS 134 (52.73% from 255) = 33.92%

 GREEN value IS 112 (44.14% from 255) = 28.35%

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 33.92%
G = 28.35%
B = 37.72%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#867095 (or 0x867095) is known color: Ce Soir. HEX triplet: 86, 70 and 95. RGB value is (134,112,149). Sum of RGB (Red+Green+Blue) = 134+112+149=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #867095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867095 is #798F6A. Grayscale: #7A7A7A. Windows color (decimal): -7966571 or 9793670. OLE color: 9793670.

HSL color Cylindrical-coordinate representation of color #867095: hue angle of 275.68º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867095 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 112 149 -
CMYK 0.10 0.25 0 0.42
HSL 275.68º 0.15% 0.51% -
HSV(B) 275.68º 0.25% 0.58% -
XYZ 21.05 18.83 30.96 -
YUV 122.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 134 112 149 0.10 0.25 0 0.42 275.68 0.15 0.51
Hex 86 70 95 A 19 0 2A 114 F 33
Octal 206 160 225 12 31 0 52 424 17 63
Binary 10000110 1110000 10010101 1010 11001 0 101010 100010100 1111 110011

Color Harmonies of #867095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867095

Black with #867095

Text Example


Text Example

White with #867095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867095; }

 p { color: rgb(134,112,149); }

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

background-color css

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

 a { background-color: rgb(134,112,149); }

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

border-color css

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

 span { border-color: rgb(134,112,149); }

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