#939BAA

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

Shades of Rock Blue #939BAA

Tints of Rock Blue #939BAA

Color information

#939BAA (or 0x939BAA) is unknown color: approx Rock Blue. HEX triplet: 93, 9B and AA. RGB value is (147,155,170). Sum of RGB (Red+Green+Blue) = 147+155+170=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #939BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939BAA is #6C6455. Grayscale: #9A9A9A. Windows color (decimal): -7103574 or 11180947. OLE color: 11180947.

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

Color convert

RGB147155170-
CMYK0.140.0900.33
HSL219.13º11.92%62.16%-
HSV(B)219.13º13.53%66.67%-
XYZ31.0132.5542.68-
YUV154.32136.85122.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.14%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=31.14%
G=32.84%
B=36.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471551700.140.0900.33219.1311.9262.16
Hex939BAAE9021dbc3e
Octal22323325216110413331476
Binary100100111001101110101010111010010100001110110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939BAA; }

 p { color: rgb(147,155,170); }

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

<style>
 a { background-color: #939BAA; }

 a { background-color: rgb(147,155,170); }

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

<style>
 span { border-color: #939BAA; }

 span { border-color: rgb(147,155,170); }

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