#919DDE

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

Shades of Portage #919DDE

Tints of Portage #919DDE

Color information

#919DDE (or 0x919DDE) is unknown color: approx Portage. HEX triplet: 91, 9D and DE. RGB value is (145,157,222). Sum of RGB (Red+Green+Blue) = 145+157+222=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #919DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DDE is #6E6221. Grayscale: #A0A0A0. Windows color (decimal): -7234082 or 14589329. OLE color: 14589329.

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

Color convert

RGB145157222-
CMYK0.350.2900.13
HSL230.65º53.85%71.96%-
HSV(B)230.65º34.68%87.06%-
XYZ36.9235.4174-
YUV160.82162.52116.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.67%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=27.67%
G=29.96%
B=42.37%

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
Decimal1451572220.350.2900.13230.6553.8571.96
Hex919DDE231D0De73648
Octal221235336433501534766110
Binary1001000110011101110111101000111110101101111001111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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