#909BAB

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

Shades of Rock Blue #909BAB

Tints of Rock Blue #909BAB

Color information

#909BAB (or 0x909BAB) is unknown color: approx Rock Blue. HEX triplet: 90, 9B and AB. RGB value is (144,155,171). Sum of RGB (Red+Green+Blue) = 144+155+171=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #909BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909BAB is #6F6454. Grayscale: #999999. Windows color (decimal): -7300181 or 11246480. OLE color: 11246480.

HSL color Cylindrical-coordinate representation of color #909BAB: hue angle of 215.56º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #909BAB is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144155171-
CMYK0.160.0900.33
HSL215.56º13.85%61.76%-
HSV(B)215.56º15.79%67.06%-
XYZ30.5732.3143.15-
YUV153.54137.86121.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.64%
GREEN value IS 155 (60.94% from 255) = 32.98%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=30.64%
G=32.98%
B=36.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441551710.160.0900.33215.5613.8561.76
Hex909BAB109021d8e3e
Octal22023325320110413301676
Binary1001000010011011101010111000010010100001110110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909BAB; }

 p { color: rgb(144,155,171); }

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

<style>
 a { background-color: #909BAB; }

 a { background-color: rgb(144,155,171); }

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

<style>
 span { border-color: #909BAB; }

 span { border-color: rgb(144,155,171); }

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