#939BB6

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

Shades of Rock Blue #939BB6

Tints of Rock Blue #939BB6

Color information

#939BB6 (or 0x939BB6) is unknown color: approx Rock Blue. HEX triplet: 93, 9B and B6. RGB value is (147,155,182). Sum of RGB (Red+Green+Blue) = 147+155+182=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: blue. Hex color #939BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BB6 is #6C6449. Grayscale: #9B9B9B. Windows color (decimal): -7103562 or 11967379. OLE color: 11967379.

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

Color convert

RGB147155182-
CMYK0.190.1500.29
HSL226.29º19.34%64.51%-
HSV(B)226.29º19.23%71.37%-
XYZ32.233.0248.93-
YUV155.69142.85121.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.37%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 182 (71.48% from 255) = 37.60%
R=30.37%
G=32.02%
B=37.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471551820.190.1500.29226.2919.3464.51
Hex939BB613F01De21341
Octal223233266231703534223101
Binary10010011100110111011011010011111101110111100010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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