#939DBA

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

Shades of Rock Blue #939DBA

Tints of Rock Blue #939DBA

Color information

#939DBA (or 0x939DBA) is unknown color: approx Rock Blue. HEX triplet: 93, 9D and BA. RGB value is (147,157,186). Sum of RGB (Red+Green+Blue) = 147+157+186=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #939DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DBA is #6C6245. Grayscale: #9D9D9D. Windows color (decimal): -7103046 or 12230035. OLE color: 12230035.

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

Color convert

RGB147157186-
CMYK0.210.1600.27
HSL224.62º22.03%65.29%-
HSV(B)224.62º20.97%72.94%-
XYZ32.9533.8651.25-
YUV157.32144.19120.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=30%
G=32.04%
B=37.96%

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
Decimal1471571860.210.1600.27224.6222.0365.29
Hex939DBA151001Be11641
Octal223235272252003334126101
Binary100100111001110110111010101011000001101111100001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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