#919EDE

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

Shades of Portage #919EDE

Tints of Portage #919EDE

Color information

#919EDE (or 0x919EDE) is unknown color: approx Portage. HEX triplet: 91, 9E and DE. RGB value is (145,158,222). Sum of RGB (Red+Green+Blue) = 145+158+222=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #919EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EDE is #6E6121. Grayscale: #A1A1A1. Windows color (decimal): -7233826 or 14589585. OLE color: 14589585.

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

Color convert

RGB145158222-
CMYK0.350.2900.13
HSL229.87º53.85%71.96%-
HSV(B)229.87º34.68%87.06%-
XYZ37.0935.7574.05-
YUV161.41162.19116.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.62%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=27.62%
G=30.10%
B=42.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451582220.350.2900.13229.8753.8571.96
Hex919EDE231D0De63648
Octal221236336433501534666110
Binary1001000110011110110111101000111110101101111001101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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