#939ABB

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

Shades of Rock Blue #939ABB

Tints of Rock Blue #939ABB

Color information

#939ABB (or 0x939ABB) is unknown color: approx Rock Blue. HEX triplet: 93, 9A and BB. RGB value is (147,154,187). Sum of RGB (Red+Green+Blue) = 147+154+187=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #939ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ABB is #6C6544. Grayscale: #9B9B9B. Windows color (decimal): -7103813 or 12294803. OLE color: 12294803.

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

Color convert

RGB147154187-
CMYK0.210.1800.27
HSL229.5º22.73%65.49%-
HSV(B)229.5º21.39%73.33%-
XYZ32.5632.951.65-
YUV155.67145.68121.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.12%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=30.12%
G=31.56%
B=38.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471541870.210.1800.27229.522.7365.49
Hex939ABB151201Be61741
Octal223232273252203334627101
Binary100100111001101010111011101011001001101111100110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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