#939BBA

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

Shades of Rock Blue #939BBA

Tints of Rock Blue #939BBA

Color information

#939BBA (or 0x939BBA) is unknown color: approx Rock Blue. HEX triplet: 93, 9B and BA. RGB value is (147,155,186). Sum of RGB (Red+Green+Blue) = 147+155+186=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #939BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BBA is #6C6445. Grayscale: #9C9C9C. Windows color (decimal): -7103558 or 12229523. OLE color: 12229523.

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

Color convert

RGB147155186-
CMYK0.210.1700.27
HSL227.69º22.03%65.29%-
HSV(B)227.69º20.97%72.94%-
XYZ32.6233.1951.14-
YUV156.14144.85121.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.12%
GREEN value IS 155 (60.94% from 255) = 31.76%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=30.12%
G=31.76%
B=38.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471551860.210.1700.27227.6922.0365.29
Hex939BBA151101Be41641
Octal223233272252103334426101
Binary100100111001101110111010101011000101101111100100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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