#939BDA

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

Shades of Portage #939BDA

Tints of Portage #939BDA

Color information

#939BDA (or 0x939BDA) is unknown color: approx Portage. HEX triplet: 93, 9B and DA. RGB value is (147,155,218). Sum of RGB (Red+Green+Blue) = 147+155+218=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #939BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BDA is #6C6425. Grayscale: #9F9F9F. Windows color (decimal): -7103526 or 14326675. OLE color: 14326675.

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

Color convert

RGB147155218-
CMYK0.330.2900.15
HSL233.24º48.97%71.57%-
HSV(B)233.24º32.57%85.49%-
XYZ36.4134.7171.11-
YUV159.79160.85118.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.27%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 218 (85.55% from 255) = 41.92%
R=28.27%
G=29.81%
B=41.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471552180.330.2900.15233.2448.9771.57
Hex939BDA211D0Fe93148
Octal223233332413501735161110
Binary1001001110011011110110101000011110101111111010011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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