#98A3B4

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

Shades of Rock Blue #98A3B4

Tints of Rock Blue #98A3B4

Color information

#98A3B4 (or 0x98A3B4) is unknown color: approx Rock Blue. HEX triplet: 98, A3 and B4. RGB value is (152,163,180). Sum of RGB (Red+Green+Blue) = 152+163+180=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 180 - color contains mainly: blue. Hex color #98A3B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A3B4 is #675C4B. Grayscale: #A1A1A1. Windows color (decimal): -6773836 or 11838360. OLE color: 11838360.

HSL color Cylindrical-coordinate representation of color #98A3B4: hue angle of 216.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98A3B4 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152163180-
CMYK0.160.0900.29
HSL216.43º15.73%65.1%-
HSV(B)216.43º15.56%70.59%-
XYZ34.2836.1748.35-
YUV161.65138.36121.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.71%
GREEN value IS 163 (64.06% from 255) = 32.93%
BLUE value IS 180 (70.70% from 255) = 36.36%
R=30.71%
G=32.93%
B=36.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521631800.160.0900.29216.4315.7365.1
Hex98A3B410901Dd81041
Octal230243264201103533020101
Binary10011000101000111011010010000100101110111011000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,163,180); }

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

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

 a { background-color: rgb(152,163,180); }

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

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

 span { border-color: rgb(152,163,180); }

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