#92799E

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

Shades of Ce Soir #92799E

Tints of Ce Soir #92799E

Color information

#92799E (or 0x92799E) is unknown color: approx Ce Soir. HEX triplet: 92, 79 and 9E. RGB value is (146,121,158). Sum of RGB (Red+Green+Blue) = 146+121+158=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 158 - color contains mainly: blue. Hex color #92799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92799E is #6D8661. Grayscale: #848484. Windows color (decimal): -7177826 or 10385810. OLE color: 10385810.

HSL color Cylindrical-coordinate representation of color #92799E: hue angle of 280.54º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92799E is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146121158-
CMYK0.080.2300.38
HSL280.54º16.02%54.71%-
HSV(B)280.54º23.42%61.96%-
XYZ24.8622.2535.33-
YUV132.69142.28137.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=34.35%
G=28.47%
B=37.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461211580.080.2300.38280.5416.0254.71
Hex92799E8170261191037
Octal22217123610270464312067
Binary10010010111100110011110100010111010011010001100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92799E; }

 p { color: rgb(146,121,158); }

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

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

 a { background-color: rgb(146,121,158); }

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

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

 span { border-color: rgb(146,121,158); }

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