#939DBE

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

Shades of Rock Blue #939DBE

Tints of Rock Blue #939DBE

Color information

#939DBE (or 0x939DBE) is unknown color: approx Rock Blue. HEX triplet: 93, 9D and BE. RGB value is (147,157,190). Sum of RGB (Red+Green+Blue) = 147+157+190=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #939DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DBE is #6C6241. Grayscale: #9D9D9D. Windows color (decimal): -7103042 or 12492179. OLE color: 12492179.

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

Color convert

RGB147157190-
CMYK0.230.1700.25
HSL226.05º24.86%66.08%-
HSV(B)226.05º22.63%74.51%-
XYZ33.3834.0353.53-
YUV157.77146.19120.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=29.76%
G=31.78%
B=38.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471571900.230.1700.25226.0524.8666.08
Hex939DBE1711019e21942
Octal223235276272103134231102
Binary100100111001110110111110101111000101100111100010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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