#939AAA

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

Shades of Rock Blue #939AAA

Tints of Rock Blue #939AAA

Color information

#939AAA (or 0x939AAA) is unknown color: approx Rock Blue. HEX triplet: 93, 9A and AA. RGB value is (147,154,170). Sum of RGB (Red+Green+Blue) = 147+154+170=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #939AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939AAA is #6C6555. Grayscale: #999999. Windows color (decimal): -7103830 or 11180691. OLE color: 11180691.

HSL color Cylindrical-coordinate representation of color #939AAA: hue angle of 221.74º 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 #939AAA is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147154170-
CMYK0.140.0900.33
HSL221.74º11.92%62.16%-
HSV(B)221.74º13.53%66.67%-
XYZ30.8432.2242.62-
YUV153.73137.18123.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.21%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=31.21%
G=32.70%
B=36.09%

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
Decimal1471541700.140.0900.33221.7411.9262.16
Hex939AAAE9021dec3e
Octal22323225216110413361476
Binary100100111001101010101010111010010100001110111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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