#919DEC

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

Shades of Portage #919DEC

Tints of Portage #919DEC

Color information

#919DEC (or 0x919DEC) is unknown color: approx Portage. HEX triplet: 91, 9D and EC. RGB value is (145,157,236). Sum of RGB (Red+Green+Blue) = 145+157+236=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #919DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DEC is #6E6213. Grayscale: #A2A2A2. Windows color (decimal): -7234068 or 15506833. OLE color: 15506833.

HSL color Cylindrical-coordinate representation of color #919DEC: hue angle of 232.09º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #919DEC is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145157236-
CMYK0.390.3300.07
HSL232.09º70.54%74.71%-
HSV(B)232.09º38.56%92.55%-
XYZ38.8736.1984.29-
YUV162.42169.52115.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.95%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=26.95%
G=29.18%
B=43.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451572360.390.3300.07232.0970.5474.71
Hex919DEC272107e8474b
Octal221235354474107350107113
Binary10010001100111011110110010011110000101111110100010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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