#939DDD

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

Shades of Portage #939DDD

Tints of Portage #939DDD

Color information

#939DDD (or 0x939DDD) is unknown color: approx Portage. HEX triplet: 93, 9D and DD. RGB value is (147,157,221). Sum of RGB (Red+Green+Blue) = 147+157+221=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #939DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DDD is #6C6222. Grayscale: #A1A1A1. Windows color (decimal): -7103011 or 14523795. OLE color: 14523795.

HSL color Cylindrical-coordinate representation of color #939DDD: hue angle of 231.89º 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 #939DDD is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147157221-
CMYK0.330.2900.13
HSL231.89º52.11%72.16%-
HSV(B)231.89º33.48%86.67%-
XYZ37.1435.5473.31-
YUV161.31161.69117.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=28%
G=29.90%
B=42.10%

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
Decimal1471572210.330.2900.13231.8952.1172.16
Hex939DDD211D0De83448
Octal223235335413501535064110
Binary1001001110011101110111011000011110101101111010001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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