#95729B

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

Shades of Ce Soir #95729B

Tints of Ce Soir #95729B

Color information

#95729B (or 0x95729B) is unknown color: approx Ce Soir. HEX triplet: 95, 72 and 9B. RGB value is (149,114,155). Sum of RGB (Red+Green+Blue) = 149+114+155=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #95729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95729B is #6A8D64. Grayscale: #818181. Windows color (decimal): -6983013 or 10187413. OLE color: 10187413.

HSL color Cylindrical-coordinate representation of color #95729B: hue angle of 291.22º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95729B is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149114155-
CMYK0.040.2600.39
HSL291.22º17.01%52.75%-
HSV(B)291.22º26.45%60.78%-
XYZ24.3320.7933.74-
YUV129.14142.6142.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.65%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=35.65%
G=27.27%
B=37.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491141550.040.2600.39291.2217.0152.75
Hex95729B41A0271231135
Octal2251622334320474432165
Binary1001010111100101001101110011010010011110010001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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