#919ADA

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

Shades of Portage #919ADA

Tints of Portage #919ADA

Color information

#919ADA (or 0x919ADA) is unknown color: approx Portage. HEX triplet: 91, 9A and DA. RGB value is (145,154,218). Sum of RGB (Red+Green+Blue) = 145+154+218=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #919ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ADA is #6E6525. Grayscale: #9E9E9E. Windows color (decimal): -7234854 or 14326417. OLE color: 14326417.

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

Color convert

RGB145154218-
CMYK0.330.2900.15
HSL232.6º49.66%71.18%-
HSV(B)232.6º33.49%85.49%-
XYZ35.8934.1971.04-
YUV158.6161.52118.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.05%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=28.05%
G=29.79%
B=42.17%

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
Decimal1451542180.330.2900.15232.649.6671.18
Hex919ADA211D0Fe93247
Octal221232332413501735162107
Binary1001000110011010110110101000011110101111111010011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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