#939ABD

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

Shades of Rock Blue #939ABD

Tints of Rock Blue #939ABD

Color information

#939ABD (or 0x939ABD) is unknown color: approx Rock Blue. HEX triplet: 93, 9A and BD. RGB value is (147,154,189). Sum of RGB (Red+Green+Blue) = 147+154+189=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #939ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ABD is #6C6542. Grayscale: #9B9B9B. Windows color (decimal): -7103811 or 12425875. OLE color: 12425875.

HSL color Cylindrical-coordinate representation of color #939ABD: hue angle of 230º degrees, saturation: 0.24, 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 #939ABD is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147154189-
CMYK0.220.1900.26
HSL230º24.14%65.88%-
HSV(B)230º22.22%74.12%-
XYZ32.7732.9952.78-
YUV155.9146.68121.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=30%
G=31.43%
B=38.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471541890.220.1900.2623024.1465.88
Hex939ABD161301Ae61842
Octal223232275262303234630102
Binary100100111001101010111101101101001101101011100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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