#98A7BA

Color #98A7BA Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #98A7BA

Tints of Rock Blue #98A7BA

Color information

#98A7BA (or 0x98A7BA) is unknown color: approx Rock Blue. HEX triplet: 98, A7 and BA. RGB value is (152,167,186). Sum of RGB (Red+Green+Blue) = 152+167+186=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #98A7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A7BA is #675845. Grayscale: #A4A4A4. Windows color (decimal): -6772806 or 12232600. OLE color: 12232600.

HSL color Cylindrical-coordinate representation of color #98A7BA: hue angle of 213.53º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98A7BA is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152167186-
CMYK0.180.1000.27
HSL213.53º19.77%66.27%-
HSV(B)213.53º18.28%72.94%-
XYZ35.6337.8651.88-
YUV164.68140.03118.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=30.10%
G=33.07%
B=36.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521671860.180.1000.27213.5319.7766.27
Hex98A7BA12A01Bd61442
Octal230247272221203332624102
Binary10011000101001111011101010010101001101111010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,167,186); }

 H1.HeaderClassName
 {
   color: #98A7BA;
 }
 .AnyTagClassName
 {
   color: #98A7BA;
 }
</style>
background-color css

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

 a { background-color: rgb(152,167,186); }

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

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

 span { border-color: rgb(152,167,186); }

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