#9098BD

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

Shades of Rock Blue #9098BD

Tints of Rock Blue #9098BD

Color information

#9098BD (or 0x9098BD) is unknown color: approx Rock Blue. HEX triplet: 90, 98 and BD. RGB value is (144,152,189). Sum of RGB (Red+Green+Blue) = 144+152+189=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #9098BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9098BD is #6F6742. Grayscale: #999999. Windows color (decimal): -7300931 or 12425360. OLE color: 12425360.

HSL color Cylindrical-coordinate representation of color #9098BD: hue angle of 229.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9098BD is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144152189-
CMYK0.240.2000.26
HSL229.33º25.42%65.29%-
HSV(B)229.33º23.81%74.12%-
XYZ31.9232.0652.65-
YUV153.83147.85120.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.69%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=29.69%
G=31.34%
B=38.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441521890.240.2000.26229.3325.4265.29
Hex9098BD181401Ae51941
Octal220230275302403234531101
Binary100100001001100010111101110001010001101011100101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9098BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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