#95729D

Color #95729D Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #95729D

Tints of Ce Soir #95729D

Color information

#95729D (or 0x95729D) is unknown color: approx Ce Soir. HEX triplet: 95, 72 and 9D. RGB value is (149,114,157). Sum of RGB (Red+Green+Blue) = 149+114+157=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #95729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95729D is #6A8D62. Grayscale: #818181. Windows color (decimal): -6983011 or 10318485. OLE color: 10318485.

HSL color Cylindrical-coordinate representation of color #95729D: hue angle of 288.84º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95729D is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149114157-
CMYK0.050.2700.38
HSL288.84º17.99%53.14%-
HSV(B)288.84º27.39%61.57%-
XYZ24.520.8634.63-
YUV129.37143.6142-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=35.48%
G=27.14%
B=37.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491141570.050.2700.38288.8417.9953.14
Hex95729D51B0261211235
Octal2251622355330464412265
Binary1001010111100101001110110111011010011010010000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95729D; }

 p { color: rgb(149,114,157); }

 H1.HeaderClassName
 {
   color: #95729D;
 }
 .AnyTagClassName
 {
   color: #95729D;
 }
</style>
background-color css

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

 a { background-color: rgb(149,114,157); }

 div.DivClassName
 {
   background-color: #95729D;
 }
 .BgClassName
 {
   background-color: #95729D;
 }
</style>
border-color css

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

 span { border-color: rgb(149,114,157); }

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