#939CBB

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

Shades of Rock Blue #939CBB

Tints of Rock Blue #939CBB

Color information

#939CBB (or 0x939CBB) is unknown color: approx Rock Blue. HEX triplet: 93, 9C and BB. RGB value is (147,156,187). Sum of RGB (Red+Green+Blue) = 147+156+187=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #939CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CBB is #6C6344. Grayscale: #9C9C9C. Windows color (decimal): -7103301 or 12295315. OLE color: 12295315.

HSL color Cylindrical-coordinate representation of color #939CBB: hue angle of 226.5º 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 #939CBB is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147156187-
CMYK0.210.1700.27
HSL226.5º22.73%65.49%-
HSV(B)226.5º21.39%73.33%-
XYZ32.8933.5751.76-
YUV156.84145.02120.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=30%
G=31.84%
B=38.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471561870.210.1700.27226.522.7365.49
Hex939CBB151101Be21741
Octal223234273252103334227101
Binary100100111001110010111011101011000101101111100010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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