#939FBE

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

Shades of Rock Blue #939FBE

Tints of Rock Blue #939FBE

Color information

#939FBE (or 0x939FBE) is unknown color: approx Rock Blue. HEX triplet: 93, 9F and BE. RGB value is (147,159,190). Sum of RGB (Red+Green+Blue) = 147+159+190=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #939FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FBE is #6C6041. Grayscale: #9E9E9E. Windows color (decimal): -7102530 or 12492691. OLE color: 12492691.

HSL color Cylindrical-coordinate representation of color #939FBE: hue angle of 223.26º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #939FBE is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147159190-
CMYK0.230.1600.25
HSL223.26º24.86%66.08%-
HSV(B)223.26º22.63%74.51%-
XYZ33.7334.7253.64-
YUV158.95145.52119.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.64%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=29.64%
G=32.06%
B=38.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471591900.230.1600.25223.2624.8666.08
Hex939FBE1710019df1942
Octal223237276272003133731102
Binary100100111001111110111110101111000001100111011111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,159,190); }

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

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

 a { background-color: rgb(147,159,190); }

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

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

 span { border-color: rgb(147,159,190); }

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