#939AB5

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

Shades of Rock Blue #939AB5

Tints of Rock Blue #939AB5

Color information

#939AB5 (or 0x939AB5) is unknown color: approx Rock Blue. HEX triplet: 93, 9A and B5. RGB value is (147,154,181). Sum of RGB (Red+Green+Blue) = 147+154+181=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #939AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939AB5 is #6C654A. Grayscale: #9A9A9A. Windows color (decimal): -7103819 or 11901587. OLE color: 11901587.

HSL color Cylindrical-coordinate representation of color #939AB5: hue angle of 227.65º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #939AB5 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB147154181-
CMYK0.190.1500.29
HSL227.65º18.68%64.31%-
HSV(B)227.65º18.78%70.98%-
XYZ31.9332.6548.34-
YUV154.99142.68122.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.50%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=30.50%
G=31.95%
B=37.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471541810.190.1500.29227.6518.6864.31
Hex939AB513F01De41340
Octal223232265231703534423100
Binary10010011100110101011010110011111101110111100100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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