#8F98A5

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

Shades of Grey Chateau #8F98A5

Tints of Grey Chateau #8F98A5

Color information

#8F98A5 (or 0x8F98A5) is unknown color: approx Grey Chateau. HEX triplet: 8F, 98 and A5. RGB value is (143,152,165). Sum of RGB (Red+Green+Blue) = 143+152+165=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 165 - color contains mainly: blue. Hex color #8F98A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F98A5 is #70675A. Grayscale: #969696. Windows color (decimal): -7366491 or 10852495. OLE color: 10852495.

HSL color Cylindrical-coordinate representation of color #8F98A5: hue angle of 215.45º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F98A5 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB143152165-
CMYK0.130.0800.35
HSL215.45º10.89%60.39%-
HSV(B)215.45º13.33%64.71%-
XYZ29.3531.0140.04-
YUV150.79136.02122.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.09%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 165 (64.84% from 255) = 35.87%
R=31.09%
G=33.04%
B=35.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431521650.130.0800.35215.4510.8960.39
Hex8F98A5D8023d7b3c
Octal21723024515100433271374
Binary100011111001100010100101110110000100011110101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F98A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F98A5; }

 p { color: rgb(143,152,165); }

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

<style>
 a { background-color: #8F98A5; }

 a { background-color: rgb(143,152,165); }

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

<style>
 span { border-color: #8F98A5; }

 span { border-color: rgb(143,152,165); }

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