#939EC4

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

Shades of Rock Blue #939EC4

Tints of Rock Blue #939EC4

Color information

#939EC4 (or 0x939EC4) is unknown color: approx Rock Blue. HEX triplet: 93, 9E and C4. RGB value is (147,158,196). Sum of RGB (Red+Green+Blue) = 147+158+196=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #939EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EC4 is #6C613B. Grayscale: #9E9E9E. Windows color (decimal): -7102780 or 12885651. OLE color: 12885651.

HSL color Cylindrical-coordinate representation of color #939EC4: hue angle of 226.53º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #939EC4 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB147158196-
CMYK0.250.1900.23
HSL226.53º29.34%67.25%-
HSV(B)226.53º25%76.86%-
XYZ34.2234.6457.11-
YUV159.04148.86119.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=29.34%
G=31.54%
B=39.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471581960.250.1900.23226.5329.3467.25
Hex939EC41913017e31d43
Octal223236304312302734335103
Binary100100111001111011000100110011001101011111100011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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