#95739D

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

Shades of Ce Soir #95739D

Tints of Ce Soir #95739D

Color information

#95739D (or 0x95739D) is unknown color: approx Ce Soir. HEX triplet: 95, 73 and 9D. RGB value is (149,115,157). Sum of RGB (Red+Green+Blue) = 149+115+157=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #95739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95739D is #6A8C62. Grayscale: #818181. Windows color (decimal): -6982755 or 10318741. OLE color: 10318741.

HSL color Cylindrical-coordinate representation of color #95739D: hue angle of 288.57º 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 #95739D is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149115157-
CMYK0.050.2700.38
HSL288.57º17.65%53.33%-
HSV(B)288.57º26.75%61.57%-
XYZ24.6121.0934.67-
YUV129.95143.26141.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 157 (61.72% from 255) = 37.29%
R=35.39%
G=27.32%
B=37.29%

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
Decimal1491151570.050.2700.38288.5717.6553.33
Hex95739D51B0261211235
Octal2251632355330464412265
Binary1001010111100111001110110111011010011010010000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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