#939CAD

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

Shades of Rock Blue #939CAD

Tints of Rock Blue #939CAD

Color information

#939CAD (or 0x939CAD) is unknown color: approx Rock Blue. HEX triplet: 93, 9C and AD. RGB value is (147,156,173). Sum of RGB (Red+Green+Blue) = 147+156+173=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #939CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939CAD is #6C6352. Grayscale: #9B9B9B. Windows color (decimal): -7103315 or 11377811. OLE color: 11377811.

HSL color Cylindrical-coordinate representation of color #939CAD: hue angle of 219.23º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #939CAD is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147156173-
CMYK0.150.1000.32
HSL219.23º13.68%62.75%-
HSV(B)219.23º15.03%67.84%-
XYZ31.463344.25-
YUV155.25138.02122.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.88%
GREEN value IS 156 (61.33% from 255) = 32.77%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=30.88%
G=32.77%
B=36.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471561730.150.1000.32219.2313.6862.75
Hex939CADFA020dbe3f
Octal22323425517120403331677
Binary100100111001110010101101111110100100000110110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,156,173); }

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

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

 a { background-color: rgb(147,156,173); }

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

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

 span { border-color: rgb(147,156,173); }

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