Html Css Color HEX #98A5B1 Grey Chateau

📋 copy color: '#98A5B1'

red 152 ◦ green 165 ◦ blue 177

#98A5B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Chateau #98A5B1

Tints of Grey Chateau #98A5B1

RGB

 RED value IS 152 (59.77% from 255) = 30.77%

 GREEN value IS 165 (64.84% from 255) = 33.4%

 BLUE value IS 177 (69.53% from 255) = 35.83%

R = 30.77%
G = 33.4%
B = 35.83%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#98A5B1 (or 0x98A5B1) is known color: Grey Chateau. HEX triplet: 98, A5 and B1. RGB value is (152,165,177). Sum of RGB (Red+Green+Blue) = 152+165+177=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 177 - color contains mainly: blue. Hex color #98A5B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A5B1 is #675A4E. Grayscale: #A2A2A2. Windows color (decimal): -6773327 or 11642264. OLE color: 11642264.

HSL color Cylindrical-coordinate representation of color #98A5B1: hue angle of 208.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98A5B1 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 165 177 -
CMYK 0.14 0.07 0 0.31
HSL 208.8º 0.14% 0.65% -
HSV(B) 208.8º 0.14% 0.69% -
XYZ 34.34 36.76 46.88 -
YUV 162.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 152 165 177 0.14 0.07 0 0.31 208.8 0.14 0.65
Hex 98 A5 B1 E 7 0 1F D1 E 41
Octal 230 245 261 16 7 0 37 321 16 101
Binary 10011000 10100101 10110001 1110 111 0 11111 11010001 1110 1000001

Color Harmonies of #98A5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A5B1

Black with #98A5B1

Text Example


Text Example

White with #98A5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98A5B1; }

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

 H1.HeaderClassName
 {
   color: #98A5B1;
 }
 .AnyTagClassName
 {
   color: #98A5B1;
 }
</style>

background-color css

<style>
 a { background-color: #98A5B1; }

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

 div.DivClassName
 {
   background-color: #98A5B1;
 }
 .BgClassName
 {
   background-color: #98A5B1;
 }
</style>

border-color css

<style>
 span { border-color: #98A5B1; }

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

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