#939EC0

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

Shades of Rock Blue #939EC0

Tints of Rock Blue #939EC0

Color information

#939EC0 (or 0x939EC0) is unknown color: approx Rock Blue. HEX triplet: 93, 9E and C0. RGB value is (147,158,192). Sum of RGB (Red+Green+Blue) = 147+158+192=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #939EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EC0 is #6C613F. Grayscale: #9E9E9E. Windows color (decimal): -7102784 or 12623507. OLE color: 12623507.

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

Color convert

RGB147158192-
CMYK0.230.1800.25
HSL225.33º26.32%66.47%-
HSV(B)225.33º23.44%75.29%-
XYZ33.7734.4654.74-
YUV158.59146.86119.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.58%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 192 (75.39% from 255) = 38.63%
R=29.58%
G=31.79%
B=38.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471581920.230.1800.25225.3326.3266.47
Hex939EC01712019e11a42
Octal223236300272203134132102
Binary100100111001111011000000101111001001100111100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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