#939EB4

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

Shades of Rock Blue #939EB4

Tints of Rock Blue #939EB4

Color information

#939EB4 (or 0x939EB4) is unknown color: approx Rock Blue. HEX triplet: 93, 9E and B4. RGB value is (147,158,180). Sum of RGB (Red+Green+Blue) = 147+158+180=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: blue. Hex color #939EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EB4 is #6C614B. Grayscale: #9D9D9D. Windows color (decimal): -7102796 or 11837075. OLE color: 11837075.

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

Color convert

RGB147158180-
CMYK0.180.1200.29
HSL220º18.03%64.12%-
HSV(B)220º18.33%70.59%-
XYZ32.533.9548.02-
YUV157.22140.86120.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.31%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=30.31%
G=32.58%
B=37.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471581800.180.1200.2922018.0364.12
Hex939EB412C01Ddc1240
Octal223236264221403533422100
Binary10010011100111101011010010010110001110111011100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,158,180); }

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

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

 a { background-color: rgb(147,158,180); }

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

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

 span { border-color: rgb(147,158,180); }

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