#9099BE

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

Shades of Rock Blue #9099BE

Tints of Rock Blue #9099BE

Color information

#9099BE (or 0x9099BE) is unknown color: approx Rock Blue. HEX triplet: 90, 99 and BE. RGB value is (144,153,190). Sum of RGB (Red+Green+Blue) = 144+153+190=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #9099BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099BE is #6F6641. Grayscale: #9A9A9A. Windows color (decimal): -7300674 or 12491152. OLE color: 12491152.

HSL color Cylindrical-coordinate representation of color #9099BE: hue angle of 228.26º 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 #9099BE is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144153190-
CMYK0.240.1900.25
HSL228.26º26.14%65.49%-
HSV(B)228.26º24.21%74.51%-
XYZ32.1932.4353.28-
YUV154.53148.02120.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.57%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=29.57%
G=31.42%
B=39.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441531900.240.1900.25228.2626.1465.49
Hex9099BE1813019e41a41
Octal220231276302303134432101
Binary100100001001100110111110110001001101100111100100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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