#939EC3

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

Shades of Rock Blue #939EC3

Tints of Rock Blue #939EC3

Color information

#939EC3 (or 0x939EC3) is unknown color: approx Rock Blue. HEX triplet: 93, 9E and C3. RGB value is (147,158,195). Sum of RGB (Red+Green+Blue) = 147+158+195=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 195 - color contains mainly: blue. Hex color #939EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EC3 is #6C613C. Grayscale: #9E9E9E. Windows color (decimal): -7102781 or 12820115. OLE color: 12820115.

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

Color convert

RGB147158195-
CMYK0.250.1900.24
HSL226.25º28.57%67.06%-
HSV(B)226.25º24.62%76.47%-
XYZ34.1134.656.51-
YUV158.93148.36119.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.4%
GREEN value IS 158 (62.11% from 255) = 31.6%
BLUE value IS 195 (76.56% from 255) = 39%
R=29.4%
G=31.6%
B=39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471581950.250.1900.24226.2528.5767.06
Hex939EC31913018e21d43
Octal223236303312303034235103
Binary100100111001111011000011110011001101100011100010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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