#939EDC

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

Shades of Portage #939EDC

Tints of Portage #939EDC

Color information

#939EDC (or 0x939EDC) is unknown color: approx Portage. HEX triplet: 93, 9E and DC. RGB value is (147,158,220). Sum of RGB (Red+Green+Blue) = 147+158+220=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #939EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EDC is #6C6123. Grayscale: #A1A1A1. Windows color (decimal): -7102756 or 14458515. OLE color: 14458515.

HSL color Cylindrical-coordinate representation of color #939EDC: hue angle of 230.96º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #939EDC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147158220-
CMYK0.330.2800.14
HSL230.96º51.05%71.96%-
HSV(B)230.96º33.18%86.27%-
XYZ37.1835.8272.67-
YUV161.78160.86117.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=28%
G=30.10%
B=41.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471582200.330.2800.14230.9651.0571.96
Hex939EDC211C0Ee73348
Octal223236334413401634763110
Binary1001001110011110110111001000011110001110111001111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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