#919BD1

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

Shades of Portage #919BD1

Tints of Portage #919BD1

Color information

#919BD1 (or 0x919BD1) is unknown color: approx Portage. HEX triplet: 91, 9B and D1. RGB value is (145,155,209). Sum of RGB (Red+Green+Blue) = 145+155+209=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #919BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BD1 is #6E642E. Grayscale: #9D9D9D. Windows color (decimal): -7234607 or 13736849. OLE color: 13736849.

HSL color Cylindrical-coordinate representation of color #919BD1: hue angle of 230.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #919BD1 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145155209-
CMYK0.310.2600.18
HSL230.62º41.03%69.41%-
HSV(B)230.62º30.62%81.96%-
XYZ34.9134.0765.06-
YUV158.17156.69118.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.49%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 209 (82.03% from 255) = 41.06%
R=28.49%
G=30.45%
B=41.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451552090.310.2600.18230.6241.0369.41
Hex919BD11F1A012e72945
Octal221233321373202234751105
Binary1001000110011011110100011111111010010010111001111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,155,209); }

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

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

 a { background-color: rgb(145,155,209); }

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

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

 span { border-color: rgb(145,155,209); }

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