#939EBB

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

Shades of Rock Blue #939EBB

Tints of Rock Blue #939EBB

Color information

#939EBB (or 0x939EBB) is unknown color: approx Rock Blue. HEX triplet: 93, 9E and BB. RGB value is (147,158,187). Sum of RGB (Red+Green+Blue) = 147+158+187=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #939EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EBB is #6C6144. Grayscale: #9D9D9D. Windows color (decimal): -7102789 or 12295827. OLE color: 12295827.

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

Color convert

RGB147158187-
CMYK0.210.1600.27
HSL223.5º22.73%65.49%-
HSV(B)223.5º21.39%73.33%-
XYZ33.2334.2451.87-
YUV158.02144.36120.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 158 (62.11% from 255) = 32.11%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=29.88%
G=32.11%
B=38.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471581870.210.1600.27223.522.7365.49
Hex939EBB151001Be01741
Octal223236273252003334027101
Binary100100111001111010111011101011000001101111100000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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