#939EBE

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

Shades of Rock Blue #939EBE

Tints of Rock Blue #939EBE

Color information

#939EBE (or 0x939EBE) is unknown color: approx Rock Blue. HEX triplet: 93, 9E and BE. RGB value is (147,158,190). Sum of RGB (Red+Green+Blue) = 147+158+190=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #939EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EBE is #6C6141. Grayscale: #9E9E9E. Windows color (decimal): -7102786 or 12492435. OLE color: 12492435.

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

Color convert

RGB147158190-
CMYK0.230.1700.25
HSL224.65º24.86%66.08%-
HSV(B)224.65º22.63%74.51%-
XYZ33.5534.3753.58-
YUV158.36145.86119.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.70%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=29.70%
G=31.92%
B=38.38%

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
Decimal1471581900.230.1700.25224.6524.8666.08
Hex939EBE1711019e11942
Octal223236276272103134131102
Binary100100111001111010111110101111000101100111100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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