#939CDA

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

Shades of Portage #939CDA

Tints of Portage #939CDA

Color information

#939CDA (or 0x939CDA) is unknown color: approx Portage. HEX triplet: 93, 9C and DA. RGB value is (147,156,218). Sum of RGB (Red+Green+Blue) = 147+156+218=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #939CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CDA is #6C6325. Grayscale: #A0A0A0. Windows color (decimal): -7103270 or 14326931. OLE color: 14326931.

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

Color convert

RGB147156218-
CMYK0.330.2800.15
HSL232.39º48.97%71.57%-
HSV(B)232.39º32.57%85.49%-
XYZ36.5835.0471.17-
YUV160.38160.52118.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=28.21%
G=29.94%
B=41.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471562180.330.2800.15232.3948.9771.57
Hex939CDA211C0Fe83148
Octal223234332413401735061110
Binary1001001110011100110110101000011110001111111010001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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