#939CDD

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

Shades of Portage #939CDD

Tints of Portage #939CDD

Color information

#939CDD (or 0x939CDD) is unknown color: approx Portage. HEX triplet: 93, 9C and DD. RGB value is (147,156,221). Sum of RGB (Red+Green+Blue) = 147+156+221=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #939CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CDD is #6C6322. Grayscale: #A0A0A0. Windows color (decimal): -7103267 or 14523539. OLE color: 14523539.

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

Color convert

RGB147156221-
CMYK0.330.2900.13
HSL232.7º52.11%72.16%-
HSV(B)232.7º33.48%86.67%-
XYZ36.9735.273.25-
YUV160.72162.02118.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.05%
GREEN value IS 156 (61.33% from 255) = 29.77%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=28.05%
G=29.77%
B=42.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471562210.330.2900.13232.752.1172.16
Hex939CDD211D0De93448
Octal223234335413501535164110
Binary1001001110011100110111011000011110101101111010011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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