#939BB5

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

Shades of Rock Blue #939BB5

Tints of Rock Blue #939BB5

Color information

#939BB5 (or 0x939BB5) is unknown color: approx Rock Blue. HEX triplet: 93, 9B and B5. RGB value is (147,155,181). Sum of RGB (Red+Green+Blue) = 147+155+181=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 181 - color contains mainly: blue. Hex color #939BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BB5 is #6C644A. Grayscale: #9B9B9B. Windows color (decimal): -7103563 or 11901843. OLE color: 11901843.

HSL color Cylindrical-coordinate representation of color #939BB5: hue angle of 225.88º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #939BB5 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB147155181-
CMYK0.190.1400.29
HSL225.88º18.68%64.31%-
HSV(B)225.88º18.78%70.98%-
XYZ32.0932.9848.39-
YUV155.57142.35121.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.43%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 181 (71.09% from 255) = 37.47%
R=30.43%
G=32.09%
B=37.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471551810.190.1400.29225.8818.6864.31
Hex939BB513E01De21340
Octal223233265231603534223100
Binary10010011100110111011010110011111001110111100010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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