#91729B

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

Shades of Ce Soir #91729B

Tints of Ce Soir #91729B

Color information

#91729B (or 0x91729B) is unknown color: approx Ce Soir. HEX triplet: 91, 72 and 9B. RGB value is (145,114,155). Sum of RGB (Red+Green+Blue) = 145+114+155=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #91729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91729B is #6E8D64. Grayscale: #7F7F7F. Windows color (decimal): -7245157 or 10187409. OLE color: 10187409.

HSL color Cylindrical-coordinate representation of color #91729B: hue angle of 285.37º 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 #91729B is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB145114155-
CMYK0.060.2600.39
HSL285.37º17.01%52.75%-
HSV(B)285.37º26.45%60.78%-
XYZ23.6120.4233.71-
YUV127.94143.27140.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.02%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=35.02%
G=27.54%
B=37.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451141550.060.2600.39285.3717.0152.75
Hex91729B61A02711d1135
Octal2211622336320474352165
Binary1001000111100101001101111011010010011110001110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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