#909BAC

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

Shades of Rock Blue #909BAC

Tints of Rock Blue #909BAC

Color information

#909BAC (or 0x909BAC) is unknown color: approx Rock Blue. HEX triplet: 90, 9B and AC. RGB value is (144,155,172). Sum of RGB (Red+Green+Blue) = 144+155+172=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #909BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909BAC is #6F6453. Grayscale: #999999. Windows color (decimal): -7300180 or 11312016. OLE color: 11312016.

HSL color Cylindrical-coordinate representation of color #909BAC: hue angle of 216.43º 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 #909BAC is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144155172-
CMYK0.160.1000.33
HSL216.43º14.43%61.96%-
HSV(B)216.43º16.28%67.45%-
XYZ30.6732.3543.66-
YUV153.65138.36121.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.57%
GREEN value IS 155 (60.94% from 255) = 32.91%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=30.57%
G=32.91%
B=36.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441551720.160.1000.33216.4314.4361.96
Hex909BAC10A021d8e3e
Octal22023325420120413301676
Binary1001000010011011101011001000010100100001110110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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