#98A9BD

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

Shades of Rock Blue #98A9BD

Tints of Rock Blue #98A9BD

Color information

#98A9BD (or 0x98A9BD) is unknown color: approx Rock Blue. HEX triplet: 98, A9 and BD. RGB value is (152,169,189). Sum of RGB (Red+Green+Blue) = 152+169+189=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #98A9BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A9BD is #675642. Grayscale: #A6A6A6. Windows color (decimal): -6772291 or 12429720. OLE color: 12429720.

HSL color Cylindrical-coordinate representation of color #98A9BD: hue angle of 212.43º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98A9BD is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152169189-
CMYK0.200.1100.26
HSL212.43º21.89%66.86%-
HSV(B)212.43º19.58%74.12%-
XYZ36.3238.7353.7-
YUV166.2140.87117.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.80%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=29.80%
G=33.14%
B=37.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521691890.200.1100.26212.4321.8966.86
Hex98A9BD14B01Ad41643
Octal230251275241303232426103
Binary10011000101010011011110110100101101101011010100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,169,189); }

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

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

 a { background-color: rgb(152,169,189); }

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

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

 span { border-color: rgb(152,169,189); }

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