Html Css Color HEX #98A1B4 Rock Blue

📋 copy color: '#98A1B4'

red 152 ◦ green 161 ◦ blue 180

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

Shades of Rock Blue #98A1B4

Tints of Rock Blue #98A1B4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.66%

 BLUE value IS 180 (70.7% from 255) = 36.51%

R = 30.83%
G = 32.66%
B = 36.51%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#98A1B4 (or 0x98A1B4) is known color: Rock Blue. HEX triplet: 98, A1 and B4. RGB value is (152,161,180). Sum of RGB (Red+Green+Blue) = 152+161+180=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 180 - color contains mainly: blue. Hex color #98A1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1B4 is #675E4B. Grayscale: #A0A0A0. Windows color (decimal): -6774348 or 11837848. OLE color: 11837848.

HSL color Cylindrical-coordinate representation of color #98A1B4: hue angle of 220.71º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98A1B4 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 161 180 -
CMYK 0.16 0.11 0 0.29
HSL 220.71º 0.16% 0.65% -
HSV(B) 220.71º 0.16% 0.71% -
XYZ 33.93 35.46 48.24 -
YUV 160.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 152 161 180 0.16 0.11 0 0.29 220.71 0.16 0.65
Hex 98 A1 B4 10 B 0 1D DD 10 41
Octal 230 241 264 20 13 0 35 335 20 101
Binary 10011000 10100001 10110100 10000 1011 0 11101 11011101 10000 1000001

Color Harmonies of #98A1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A1B4

Black with #98A1B4

Text Example


Text Example

White with #98A1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,161,180); }

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

background-color css

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

 a { background-color: rgb(152,161,180); }

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

border-color css

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

 span { border-color: rgb(152,161,180); }

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