#92969B

Color #92969B Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #92969B

Tints of Grey Chateau #92969B

Color information

#92969B (or 0x92969B) is unknown color: approx Grey Chateau. HEX triplet: 92, 96 and 9B. RGB value is (146,150,155). Sum of RGB (Red+Green+Blue) = 146+150+155=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 155 - color contains mainly: blue. Hex color #92969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92969B is #6D6964. Grayscale: #959595. Windows color (decimal): -7170405 or 10196626. OLE color: 10196626.

HSL color Cylindrical-coordinate representation of color #92969B: hue angle of 213.33º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #92969B is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB146150155-
CMYK0.060.0300.39
HSL213.33º4.31%59.02%-
HSV(B)213.33º5.81%60.78%-
XYZ28.6830.2935.35-
YUV149.37131.17125.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.37%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=32.37%
G=33.26%
B=34.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461501550.060.0300.39213.334.3159.02
Hex92969B63027d543b
Octal22222623363047325473
Binary10010010100101101001101111011010011111010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,150,155); }

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

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

 a { background-color: rgb(146,150,155); }

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

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

 span { border-color: rgb(146,150,155); }

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