#98A5BE

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

Shades of Rock Blue #98A5BE

Tints of Rock Blue #98A5BE

Color information

#98A5BE (or 0x98A5BE) is unknown color: approx Rock Blue. HEX triplet: 98, A5 and BE. RGB value is (152,165,190). Sum of RGB (Red+Green+Blue) = 152+165+190=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #98A5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A5BE is #675A41. Grayscale: #A3A3A3. Windows color (decimal): -6773314 or 12494232. OLE color: 12494232.

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

Color convert

RGB152165190-
CMYK0.20.1300.25
HSL219.47º22.62%67.06%-
HSV(B)219.47º20%74.51%-
XYZ35.737.354.03-
YUV163.96142.69119.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.98%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=29.98%
G=32.54%
B=37.48%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521651900.20.1300.25219.4722.6267.06
Hex98A5BE14D019db1743
Octal230245276241503133327103
Binary10011000101001011011111010100110101100111011011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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