#98A5BA

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

Shades of Rock Blue #98A5BA

Tints of Rock Blue #98A5BA

Color information

#98A5BA (or 0x98A5BA) is unknown color: approx Rock Blue. HEX triplet: 98, A5 and BA. RGB value is (152,165,186). Sum of RGB (Red+Green+Blue) = 152+165+186=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #98A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A5BA is #675A45. Grayscale: #A3A3A3. Windows color (decimal): -6773318 or 12232088. OLE color: 12232088.

HSL color Cylindrical-coordinate representation of color #98A5BA: hue angle of 217.06º 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 #98A5BA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152165186-
CMYK0.180.1100.27
HSL217.06º19.77%66.27%-
HSV(B)217.06º18.28%72.94%-
XYZ35.2737.1351.76-
YUV163.51140.69119.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=30.22%
G=32.80%
B=36.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521651860.180.1100.27217.0619.7766.27
Hex98A5BA12B01Bd91442
Octal230245272221303333124102
Binary10011000101001011011101010010101101101111011001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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