#9098BE

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

Shades of Rock Blue #9098BE

Tints of Rock Blue #9098BE

Color information

#9098BE (or 0x9098BE) is unknown color: approx Rock Blue. HEX triplet: 90, 98 and BE. RGB value is (144,152,190). Sum of RGB (Red+Green+Blue) = 144+152+190=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #9098BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9098BE is #6F6741. Grayscale: #999999. Windows color (decimal): -7300930 or 12490896. OLE color: 12490896.

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

Color convert

RGB144152190-
CMYK0.240.200.25
HSL229.57º26.14%65.49%-
HSV(B)229.57º24.21%74.51%-
XYZ32.0232.153.22-
YUV153.94148.35120.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.63%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=29.63%
G=31.28%
B=39.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441521900.240.200.25229.5726.1465.49
Hex9098BE1814019e61a41
Octal220230276302403134632101
Binary100100001001100010111110110001010001100111100110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9098BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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