#939DBB

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

Shades of Rock Blue #939DBB

Tints of Rock Blue #939DBB

Color information

#939DBB (or 0x939DBB) is unknown color: approx Rock Blue. HEX triplet: 93, 9D and BB. RGB value is (147,157,187). Sum of RGB (Red+Green+Blue) = 147+157+187=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #939DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DBB is #6C6244. Grayscale: #9D9D9D. Windows color (decimal): -7103045 or 12295571. OLE color: 12295571.

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

Color convert

RGB147157187-
CMYK0.210.1600.27
HSL225º22.73%65.49%-
HSV(B)225º21.39%73.33%-
XYZ33.0633.951.82-
YUV157.43144.69120.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.94%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=29.94%
G=31.98%
B=38.09%

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
Decimal1471571870.210.1600.2722522.7365.49
Hex939DBB151001Be11741
Octal223235273252003334127101
Binary100100111001110110111011101011000001101111100001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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