#919DDA

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

Shades of Portage #919DDA

Tints of Portage #919DDA

Color information

#919DDA (or 0x919DDA) is unknown color: approx Portage. HEX triplet: 91, 9D and DA. RGB value is (145,157,218). Sum of RGB (Red+Green+Blue) = 145+157+218=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 157 (61.72% from 255 or 30.19% 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 #919DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DDA is #6E6225. Grayscale: #A0A0A0. Windows color (decimal): -7234086 or 14327185. OLE color: 14327185.

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

Color convert

RGB145157218-
CMYK0.330.2800.15
HSL230.14º49.66%71.18%-
HSV(B)230.14º33.49%85.49%-
XYZ36.3935.271.21-
YUV160.37160.52117.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.88%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 218 (85.55% from 255) = 41.92%
R=27.88%
G=30.19%
B=41.92%

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
Decimal1451572180.330.2800.15230.1449.6671.18
Hex919DDA211C0Fe63247
Octal221235332413401734662107
Binary1001000110011101110110101000011110001111111001101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919DDA; }

 p { color: rgb(145,157,218); }

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

<style>
 a { background-color: #919DDA; }

 a { background-color: rgb(145,157,218); }

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

<style>
 span { border-color: #919DDA; }

 span { border-color: rgb(145,157,218); }

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