#919FAB

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

Shades of Grey Chateau #919FAB

Tints of Grey Chateau #919FAB

Color information

#919FAB (or 0x919FAB) is unknown color: approx Grey Chateau. HEX triplet: 91, 9F and AB. RGB value is (145,159,171). Sum of RGB (Red+Green+Blue) = 145+159+171=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #919FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919FAB is #6E6054. Grayscale: #9C9C9C. Windows color (decimal): -7233621 or 11247505. OLE color: 11247505.

HSL color Cylindrical-coordinate representation of color #919FAB: hue angle of 207.69º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #919FAB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145159171-
CMYK0.150.0700.33
HSL207.69º13.4%61.96%-
HSV(B)207.69º15.2%67.06%-
XYZ31.4333.7643.39-
YUV156.18136.36120.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.53%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 171 (67.19% from 255) = 36%
R=30.53%
G=33.47%
B=36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451591710.150.0700.33207.6913.461.96
Hex919FABF7021d0d3e
Octal2212372531770413201576
Binary10010001100111111010101111111110100001110100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919FAB; }

 p { color: rgb(145,159,171); }

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

<style>
 a { background-color: #919FAB; }

 a { background-color: rgb(145,159,171); }

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

<style>
 span { border-color: #919FAB; }

 span { border-color: rgb(145,159,171); }

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