#95789F

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

Shades of Ce Soir #95789F

Tints of Ce Soir #95789F

Color information

#95789F (or 0x95789F) is unknown color: approx Ce Soir. HEX triplet: 95, 78 and 9F. RGB value is (149,120,159). Sum of RGB (Red+Green+Blue) = 149+120+159=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 159 - color contains mainly: blue. Hex color #95789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95789F is #6A8760. Grayscale: #848484. Windows color (decimal): -6981473 or 10451093. OLE color: 10451093.

HSL color Cylindrical-coordinate representation of color #95789F: hue angle of 284.62º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95789F is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149120159-
CMYK0.060.2500.38
HSL284.62º16.88%54.71%-
HSV(B)284.62º24.53%62.35%-
XYZ25.3722.3335.77-
YUV133.12142.61139.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 120 (47.27% from 255) = 28.04%
BLUE value IS 159 (62.5% from 255) = 37.15%
R=34.81%
G=28.04%
B=37.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491201590.060.2500.38284.6216.8854.71
Hex95789F61902611d1137
Octal2251702376310464352167
Binary1001010111110001001111111011001010011010001110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95789F; }

 p { color: rgb(149,120,159); }

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

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

 a { background-color: rgb(149,120,159); }

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

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

 span { border-color: rgb(149,120,159); }

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