#919EDD

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

Shades of Portage #919EDD

Tints of Portage #919EDD

Color information

#919EDD (or 0x919EDD) is unknown color: approx Portage. HEX triplet: 91, 9E and DD. RGB value is (145,158,221). Sum of RGB (Red+Green+Blue) = 145+158+221=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #919EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EDD is #6E6122. Grayscale: #A1A1A1. Windows color (decimal): -7233827 or 14524049. OLE color: 14524049.

HSL color Cylindrical-coordinate representation of color #919EDD: hue angle of 229.74º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #919EDD is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145158221-
CMYK0.340.2900.13
HSL229.74º52.78%71.76%-
HSV(B)229.74º34.39%86.67%-
XYZ36.9635.6973.35-
YUV161.3161.69116.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.67%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=27.67%
G=30.15%
B=42.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451582210.340.2900.13229.7452.7871.76
Hex919EDD221D0De63548
Octal221236335423501534665110
Binary1001000110011110110111011000101110101101111001101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,158,221); }

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

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

 a { background-color: rgb(145,158,221); }

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

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

 span { border-color: rgb(145,158,221); }

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