#90969E

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

Shades of Grey Chateau #90969E

Tints of Grey Chateau #90969E

Color information

#90969E (or 0x90969E) is unknown color: approx Grey Chateau. HEX triplet: 90, 96 and 9E. RGB value is (144,150,158). Sum of RGB (Red+Green+Blue) = 144+150+158=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 158 - color contains mainly: blue. Hex color #90969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90969E is #6F6961. Grayscale: #959595. Windows color (decimal): -7301474 or 10393232. OLE color: 10393232.

HSL color Cylindrical-coordinate representation of color #90969E: hue angle of 214.29º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #90969E is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144150158-
CMYK0.090.0500.38
HSL214.29º6.73%59.22%-
HSV(B)214.29º8.86%61.96%-
XYZ28.5830.2136.67-
YUV149.12133.01124.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.86%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=31.86%
G=33.19%
B=34.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441501580.090.0500.38214.296.7359.22
Hex90969E95026d673b
Octal220226236115046326773
Binary1001000010010110100111101001101010011011010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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