Html Css Color HEX #98A0B8 Rock Blue

📋 copy color: '#98A0B8'

red 152 ◦ green 160 ◦ blue 184

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

Shades of Rock Blue #98A0B8

Tints of Rock Blue #98A0B8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.26%

 BLUE value IS 184 (72.27% from 255) = 37.1%

R = 30.65%
G = 32.26%
B = 37.1%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#98A0B8 (or 0x98A0B8) is known color: Rock Blue. HEX triplet: 98, A0 and B8. RGB value is (152,160,184). Sum of RGB (Red+Green+Blue) = 152+160+184=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 184 - color contains mainly: blue. Hex color #98A0B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0B8 is #675F47. Grayscale: #A0A0A0. Windows color (decimal): -6774600 or 12099736. OLE color: 12099736.

HSL color Cylindrical-coordinate representation of color #98A0B8: hue angle of 225º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98A0B8 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 160 184 -
CMYK 0.17 0.13 0 0.28
HSL 225º 0.18% 0.66% -
HSV(B) 225º 0.17% 0.72% -
XYZ 34.17 35.28 50.36 -
YUV 160.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 152 160 184 0.17 0.13 0 0.28 225 0.18 0.66
Hex 98 A0 B8 11 D 0 1C E1 12 42
Octal 230 240 270 21 15 0 34 341 22 102
Binary 10011000 10100000 10111000 10001 1101 0 11100 11100001 10010 1000010

Color Harmonies of #98A0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A0B8

Black with #98A0B8

Text Example


Text Example

White with #98A0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,160,184); }

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

background-color css

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

 a { background-color: rgb(152,160,184); }

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

border-color css

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

 span { border-color: rgb(152,160,184); }

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