#939BAF

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

Shades of Rock Blue #939BAF

Tints of Rock Blue #939BAF

Color information

#939BAF (or 0x939BAF) is unknown color: approx Rock Blue. HEX triplet: 93, 9B and AF. RGB value is (147,155,175). Sum of RGB (Red+Green+Blue) = 147+155+175=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #939BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939BAF is #6C6450. Grayscale: #9A9A9A. Windows color (decimal): -7103569 or 11508627. OLE color: 11508627.

HSL color Cylindrical-coordinate representation of color #939BAF: hue angle of 222.86º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #939BAF is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147155175-
CMYK0.160.1100.31
HSL222.86º14.89%63.14%-
HSV(B)222.86º16%68.63%-
XYZ31.4932.7445.22-
YUV154.89139.35122.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.82%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=30.82%
G=32.49%
B=36.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471551750.160.1100.31222.8614.8963.14
Hex939BAF10B01Fdff3f
Octal22323325720130373371777
Binary100100111001101110101111100001011011111110111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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