#98A0BE

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

Shades of Rock Blue #98A0BE

Tints of Rock Blue #98A0BE

Color information

#98A0BE (or 0x98A0BE) is unknown color: approx Rock Blue. HEX triplet: 98, A0 and BE. RGB value is (152,160,190). Sum of RGB (Red+Green+Blue) = 152+160+190=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #98A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0BE is #675F41. Grayscale: #A0A0A0. Windows color (decimal): -6774594 or 12492952. OLE color: 12492952.

HSL color Cylindrical-coordinate representation of color #98A0BE: hue angle of 227.37º 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 #98A0BE is Cyan = 0.2, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152160190-
CMYK0.20.1600.25
HSL227.37º22.62%67.06%-
HSV(B)227.37º20%74.51%-
XYZ34.8135.5353.74-
YUV161.03144.35121.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.28%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=30.28%
G=31.87%
B=37.85%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521601900.20.1600.25227.3722.6267.06
Hex98A0BE1410019e31743
Octal230240276242003134327103
Binary100110001010000010111110101001000001100111100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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