#919DD8

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

Shades of Portage #919DD8

Tints of Portage #919DD8

Color information

#919DD8 (or 0x919DD8) is unknown color: approx Portage. HEX triplet: 91, 9D and D8. RGB value is (145,157,216). Sum of RGB (Red+Green+Blue) = 145+157+216=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #919DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DD8 is #6E6227. Grayscale: #9F9F9F. Windows color (decimal): -7234088 or 14196113. OLE color: 14196113.

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

Color convert

RGB145157216-
CMYK0.330.2700.15
HSL229.86º47.65%70.78%-
HSV(B)229.86º32.87%84.71%-
XYZ36.1335.0969.83-
YUV160.14159.52117.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.99%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 216 (84.77% from 255) = 41.70%
R=27.99%
G=30.31%
B=41.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451572160.330.2700.15229.8647.6570.78
Hex919DD8211B0Fe63047
Octal221235330413301734660107
Binary1001000110011101110110001000011101101111111001101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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