#90689D

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

Shades of Ce Soir #90689D

Tints of Ce Soir #90689D

Color information

#90689D (or 0x90689D) is unknown color: approx Ce Soir. HEX triplet: 90, 68 and 9D. RGB value is (144,104,157). Sum of RGB (Red+Green+Blue) = 144+104+157=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #90689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90689D is #6F9762. Grayscale: #797979. Windows color (decimal): -7313251 or 10315920. OLE color: 10315920.

HSL color Cylindrical-coordinate representation of color #90689D: hue angle of 285.28º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90689D is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144104157-
CMYK0.080.3400.38
HSL285.28º21.29%51.18%-
HSV(B)285.28º33.76%61.57%-
XYZ22.5418.2634.24-
YUV122147.75143.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.56%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=35.56%
G=25.68%
B=38.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441041570.080.3400.38285.2821.2951.18
Hex90689D82202611d1533
Octal22015023510420464352563
Binary100100001101000100111011000100010010011010001110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,104,157); }

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

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

 a { background-color: rgb(144,104,157); }

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

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

 span { border-color: rgb(144,104,157); }

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