#939BBD

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

Shades of Rock Blue #939BBD

Tints of Rock Blue #939BBD

Color information

#939BBD (or 0x939BBD) is unknown color: approx Rock Blue. HEX triplet: 93, 9B and BD. RGB value is (147,155,189). Sum of RGB (Red+Green+Blue) = 147+155+189=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #939BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BBD is #6C6442. Grayscale: #9C9C9C. Windows color (decimal): -7103555 or 12426131. OLE color: 12426131.

HSL color Cylindrical-coordinate representation of color #939BBD: hue angle of 228.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #939BBD is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147155189-
CMYK0.220.1800.26
HSL228.57º24.14%65.88%-
HSV(B)228.57º22.22%74.12%-
XYZ32.9433.3252.84-
YUV156.48146.35121.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.94%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=29.94%
G=31.57%
B=38.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471551890.220.1800.26228.5724.1465.88
Hex939BBD161201Ae51842
Octal223233275262203234530102
Binary100100111001101110111101101101001001101011100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,155,189); }

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

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

 a { background-color: rgb(147,155,189); }

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

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

 span { border-color: rgb(147,155,189); }

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