#939FBB

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

Shades of Rock Blue #939FBB

Tints of Rock Blue #939FBB

Color information

#939FBB (or 0x939FBB) is unknown color: approx Rock Blue. HEX triplet: 93, 9F and BB. RGB value is (147,159,187). Sum of RGB (Red+Green+Blue) = 147+159+187=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #939FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FBB is #6C6044. Grayscale: #9E9E9E. Windows color (decimal): -7102533 or 12296083. OLE color: 12296083.

HSL color Cylindrical-coordinate representation of color #939FBB: hue angle of 222º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #939FBB is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147159187-
CMYK0.210.1500.27
HSL222º22.73%65.49%-
HSV(B)222º21.39%73.33%-
XYZ33.434.5951.93-
YUV158.6144.02119.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.82%
GREEN value IS 159 (62.5% from 255) = 32.25%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=29.82%
G=32.25%
B=37.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471591870.210.1500.2722222.7365.49
Hex939FBB15F01Bde1741
Octal223237273251703333627101
Binary10010011100111111011101110101111101101111011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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