#939CDE

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

Shades of Portage #939CDE

Tints of Portage #939CDE

Color information

#939CDE (or 0x939CDE) is unknown color: approx Portage. HEX triplet: 93, 9C and DE. RGB value is (147,156,222). Sum of RGB (Red+Green+Blue) = 147+156+222=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #939CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CDE is #6C6321. Grayscale: #A0A0A0. Windows color (decimal): -7103266 or 14589075. OLE color: 14589075.

HSL color Cylindrical-coordinate representation of color #939CDE: hue angle of 232.8º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #939CDE is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147156222-
CMYK0.340.3000.13
HSL232.8º53.19%72.35%-
HSV(B)232.8º33.78%87.06%-
XYZ37.1135.2573.96-
YUV160.83162.52118.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=28%
G=29.71%
B=42.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471562220.340.3000.13232.853.1972.35
Hex939CDE221E0De93548
Octal223234336423601535165110
Binary1001001110011100110111101000101111001101111010011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,156,222); }

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

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

 a { background-color: rgb(147,156,222); }

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

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

 span { border-color: rgb(147,156,222); }

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