#907096

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

Shades of Ce Soir #907096

Tints of Ce Soir #907096

Color information

#907096 (or 0x907096) is unknown color: approx Ce Soir. HEX triplet: 90, 70 and 96. RGB value is (144,112,150). Sum of RGB (Red+Green+Blue) = 144+112+150=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 150 - color contains mainly: blue. Hex color #907096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907096 is #6F8F69. Grayscale: #7D7D7D. Windows color (decimal): -7311210 or 9859216. OLE color: 9859216.

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

Color convert

RGB144112150-
CMYK0.040.2500.41
HSL290.53º15.32%51.37%-
HSV(B)290.53º25.33%58.82%-
XYZ22.819.7231.46-
YUV125.9141.6140.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=35.47%
G=27.59%
B=36.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441121500.040.2500.41290.5315.3251.37
Hex907096419029123f33
Octal2201602264310514431763
Binary100100001110000100101101001100101010011001000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907096; }

 p { color: rgb(144,112,150); }

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

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

 a { background-color: rgb(144,112,150); }

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

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

 span { border-color: rgb(144,112,150); }

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