Html Css Color HEX #98A2B1 Rock Blue

📋 copy color: '#98A2B1'

red 152 ◦ green 162 ◦ blue 177

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

Shades of Rock Blue #98A2B1

Tints of Rock Blue #98A2B1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.99%

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

R = 30.96%
G = 32.99%
B = 36.05%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#98A2B1 (or 0x98A2B1) is known color: Rock Blue. HEX triplet: 98, A2 and B1. RGB value is (152,162,177). Sum of RGB (Red+Green+Blue) = 152+162+177=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 177 - color contains mainly: blue. Hex color #98A2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A2B1 is #675D4E. Grayscale: #A0A0A0. Windows color (decimal): -6774095 or 11641496. OLE color: 11641496.

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

Color convert

RGB 152 162 177 -
CMYK 0.14 0.08 0 0.31
HSL 216º 0.14% 0.65% -
HSV(B) 216º 0.14% 0.69% -
XYZ 33.81 35.69 46.7 -
YUV 160.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 152 162 177 0.14 0.08 0 0.31 216 0.14 0.65
Hex 98 A2 B1 E 8 0 1F D8 E 41
Octal 230 242 261 16 10 0 37 330 16 101
Binary 10011000 10100010 10110001 1110 1000 0 11111 11011000 1110 1000001

Color Harmonies of #98A2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A2B1

Black with #98A2B1

Text Example


Text Example

White with #98A2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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