#919AD5

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

Shades of Portage #919AD5

Tints of Portage #919AD5

Color information

#919AD5 (or 0x919AD5) is unknown color: approx Portage. HEX triplet: 91, 9A and D5. RGB value is (145,154,213). Sum of RGB (Red+Green+Blue) = 145+154+213=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #919AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AD5 is #6E652A. Grayscale: #9D9D9D. Windows color (decimal): -7234859 or 13998737. OLE color: 13998737.

HSL color Cylindrical-coordinate representation of color #919AD5: hue angle of 232.06º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #919AD5 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB145154213-
CMYK0.320.2800.16
HSL232.06º44.74%70.2%-
HSV(B)232.06º31.92%83.53%-
XYZ35.2433.9467.64-
YUV158.04159.02118.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.32%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 213 (83.59% from 255) = 41.60%
R=28.32%
G=30.08%
B=41.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1451542130.320.2800.16232.0644.7470.2
Hex919AD5201C010e82d46
Octal221232325403402035055106
Binary10010001100110101101010110000011100010000111010001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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