Html Css Color HEX #98A4B1 Grey Chateau

📋 copy color: '#98A4B1'

red 152 ◦ green 164 ◦ blue 177

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

Shades of Grey Chateau #98A4B1

Tints of Grey Chateau #98A4B1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.27%

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

R = 30.83%
G = 33.27%
B = 35.9%

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

#98A4B1 (or 0x98A4B1) is known color: Grey Chateau. HEX triplet: 98, A4 and B1. RGB value is (152,164,177). Sum of RGB (Red+Green+Blue) = 152+164+177=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 177 - color contains mainly: blue. Hex color #98A4B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A4B1 is #675B4E. Grayscale: #A1A1A1. Windows color (decimal): -6773583 or 11642008. OLE color: 11642008.

HSL color Cylindrical-coordinate representation of color #98A4B1: hue angle of 211.2º 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 #98A4B1 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 164 177 -
CMYK 0.14 0.07 0 0.31
HSL 211.2º 0.14% 0.65% -
HSV(B) 211.2º 0.14% 0.69% -
XYZ 34.16 36.4 46.82 -
YUV 161.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 152 164 177 0.14 0.07 0 0.31 211.2 0.14 0.65
Hex 98 A4 B1 E 7 0 1F D3 E 41
Octal 230 244 261 16 7 0 37 323 16 101
Binary 10011000 10100100 10110001 1110 111 0 11111 11010011 1110 1000001

Color Harmonies of #98A4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A4B1

Black with #98A4B1

Text Example


Text Example

White with #98A4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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