#939EC5

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

Shades of Rock Blue #939EC5

Tints of Rock Blue #939EC5

Color information

#939EC5 (or 0x939EC5) is unknown color: approx Rock Blue. HEX triplet: 93, 9E and C5. RGB value is (147,158,197). Sum of RGB (Red+Green+Blue) = 147+158+197=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #939EC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EC5 is #6C613A. Grayscale: #9E9E9E. Windows color (decimal): -7102779 or 12951187. OLE color: 12951187.

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

Color convert

RGB147158197-
CMYK0.250.2000.23
HSL226.8º30.12%67.45%-
HSV(B)226.8º25.38%77.25%-
XYZ34.3434.6957.71-
YUV159.16149.36119.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.28%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 197 (77.34% from 255) = 39.24%
R=29.28%
G=31.47%
B=39.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471581970.250.2000.23226.830.1267.45
Hex939EC51914017e31e43
Octal223236305312402734336103
Binary100100111001111011000101110011010001011111100011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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