#939FBC

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

Shades of Rock Blue #939FBC

Tints of Rock Blue #939FBC

Color information

#939FBC (or 0x939FBC) is unknown color: approx Rock Blue. HEX triplet: 93, 9F and BC. RGB value is (147,159,188). Sum of RGB (Red+Green+Blue) = 147+159+188=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #939FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FBC is #6C6043. Grayscale: #9E9E9E. Windows color (decimal): -7102532 or 12361619. OLE color: 12361619.

HSL color Cylindrical-coordinate representation of color #939FBC: hue angle of 222.44º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #939FBC is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147159188-
CMYK0.220.1500.26
HSL222.44º23.43%65.69%-
HSV(B)222.44º21.81%73.73%-
XYZ33.5134.6352.5-
YUV158.72144.52119.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=29.76%
G=32.19%
B=38.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471591880.220.1500.26222.4423.4365.69
Hex939FBC16F01Ade1742
Octal223237274261703233627102
Binary10010011100111111011110010110111101101011011110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,159,188); }

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

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

 a { background-color: rgb(147,159,188); }

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

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

 span { border-color: rgb(147,159,188); }

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