#919EDB

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

Shades of Portage #919EDB

Tints of Portage #919EDB

Color information

#919EDB (or 0x919EDB) is unknown color: approx Portage. HEX triplet: 91, 9E and DB. RGB value is (145,158,219). Sum of RGB (Red+Green+Blue) = 145+158+219=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #919EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EDB is #6E6124. Grayscale: #A0A0A0. Windows color (decimal): -7233829 or 14392977. OLE color: 14392977.

HSL color Cylindrical-coordinate representation of color #919EDB: hue angle of 229.46º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #919EDB is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145158219-
CMYK0.340.2800.14
HSL229.46º50.68%71.37%-
HSV(B)229.46º33.79%85.88%-
XYZ36.6935.5971.95-
YUV161.07160.69116.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.78%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=27.78%
G=30.27%
B=41.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451582190.340.2800.14229.4650.6871.37
Hex919EDB221C0Ee53347
Octal221236333423401634563107
Binary1001000110011110110110111000101110001110111001011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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