#939BBE

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

Shades of Rock Blue #939BBE

Tints of Rock Blue #939BBE

Color information

#939BBE (or 0x939BBE) is unknown color: approx Rock Blue. HEX triplet: 93, 9B and BE. RGB value is (147,155,190). Sum of RGB (Red+Green+Blue) = 147+155+190=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #939BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BBE is #6C6441. Grayscale: #9C9C9C. Windows color (decimal): -7103554 or 12491667. OLE color: 12491667.

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

Color convert

RGB147155190-
CMYK0.230.1800.25
HSL228.84º24.86%66.08%-
HSV(B)228.84º22.63%74.51%-
XYZ33.0533.3653.41-
YUV156.6146.85121.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=29.88%
G=31.50%
B=38.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471551900.230.1800.25228.8424.8666.08
Hex939BBE1712019e51942
Octal223233276272203134531102
Binary100100111001101110111110101111001001100111100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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