#939EB7

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

Shades of Rock Blue #939EB7

Tints of Rock Blue #939EB7

Color information

#939EB7 (or 0x939EB7) is unknown color: approx Rock Blue. HEX triplet: 93, 9E and B7. RGB value is (147,158,183). Sum of RGB (Red+Green+Blue) = 147+158+183=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 183 - color contains mainly: blue. Hex color #939EB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EB7 is #6C6148. Grayscale: #9D9D9D. Windows color (decimal): -7102793 or 12033683. OLE color: 12033683.

HSL color Cylindrical-coordinate representation of color #939EB7: hue angle of 221.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #939EB7 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB147158183-
CMYK0.200.1400.28
HSL221.67º20%64.71%-
HSV(B)221.67º19.67%71.76%-
XYZ32.8134.0849.65-
YUV157.56142.36120.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.12%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 183 (71.88% from 255) = 37.5%
R=30.12%
G=32.38%
B=37.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1471581830.200.1400.28221.672064.71
Hex939EB714E01Cde1441
Octal223236267241603433624101
Binary10010011100111101011011110100111001110011011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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