#9098BB

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

Shades of Rock Blue #9098BB

Tints of Rock Blue #9098BB

Color information

#9098BB (or 0x9098BB) is unknown color: approx Rock Blue. HEX triplet: 90, 98 and BB. RGB value is (144,152,187). Sum of RGB (Red+Green+Blue) = 144+152+187=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #9098BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9098BB is #6F6744. Grayscale: #999999. Windows color (decimal): -7300933 or 12294288. OLE color: 12294288.

HSL color Cylindrical-coordinate representation of color #9098BB: hue angle of 228.84º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9098BB is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144152187-
CMYK0.230.1900.27
HSL228.84º24.02%64.9%-
HSV(B)228.84º22.99%73.33%-
XYZ31.731.9751.51-
YUV153.6146.85121.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.81%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=29.81%
G=31.47%
B=38.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441521870.230.1900.27228.8424.0264.9
Hex9098BB171301Be51841
Octal220230273272303334530101
Binary100100001001100010111011101111001101101111100101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9098BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9098BB; }

 p { color: rgb(144,152,187); }

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

<style>
 a { background-color: #9098BB; }

 a { background-color: rgb(144,152,187); }

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

<style>
 span { border-color: #9098BB; }

 span { border-color: rgb(144,152,187); }

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