#98A1BF

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

Shades of Rock Blue #98A1BF

Tints of Rock Blue #98A1BF

Color information

#98A1BF (or 0x98A1BF) is unknown color: approx Rock Blue. HEX triplet: 98, A1 and BF. RGB value is (152,161,191). Sum of RGB (Red+Green+Blue) = 152+161+191=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #98A1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1BF is #675E40. Grayscale: #A1A1A1. Windows color (decimal): -6774337 or 12558744. OLE color: 12558744.

HSL color Cylindrical-coordinate representation of color #98A1BF: hue angle of 226.15º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98A1BF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152161191-
CMYK0.200.1600.25
HSL226.15º23.35%67.25%-
HSV(B)226.15º20.42%74.9%-
XYZ35.135.9354.37-
YUV161.73144.52121.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.16%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 191 (75% from 255) = 37.90%
R=30.16%
G=31.94%
B=37.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521611910.200.1600.25226.1523.3567.25
Hex98A1BF1410019e21743
Octal230241277242003134227103
Binary100110001010000110111111101001000001100111100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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