#939EBA

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

Shades of Rock Blue #939EBA

Tints of Rock Blue #939EBA

Color information

#939EBA (or 0x939EBA) is unknown color: approx Rock Blue. HEX triplet: 93, 9E and BA. RGB value is (147,158,186). Sum of RGB (Red+Green+Blue) = 147+158+186=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #939EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EBA is #6C6145. Grayscale: #9D9D9D. Windows color (decimal): -7102790 or 12230291. OLE color: 12230291.

HSL color Cylindrical-coordinate representation of color #939EBA: hue angle of 223.08º degrees, saturation: 0.22, 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 #939EBA is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147158186-
CMYK0.210.1500.27
HSL223.08º22.03%65.29%-
HSV(B)223.08º20.97%72.94%-
XYZ33.1234.251.31-
YUV157.9143.86120.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.94%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=29.94%
G=32.18%
B=37.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471581860.210.1500.27223.0822.0365.29
Hex939EBA15F01Bdf1641
Octal223236272251703333726101
Binary10010011100111101011101010101111101101111011111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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