#919BD0

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

Shades of Portage #919BD0

Tints of Portage #919BD0

Color information

#919BD0 (or 0x919BD0) is unknown color: approx Portage. HEX triplet: 91, 9B and D0. RGB value is (145,155,208). Sum of RGB (Red+Green+Blue) = 145+155+208=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #919BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BD0 is #6E642F. Grayscale: #9D9D9D. Windows color (decimal): -7234608 or 13671313. OLE color: 13671313.

HSL color Cylindrical-coordinate representation of color #919BD0: hue angle of 230.48º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #919BD0 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145155208-
CMYK0.300.2500.18
HSL230.48º40.13%69.22%-
HSV(B)230.48º30.29%81.57%-
XYZ34.7834.0264.41-
YUV158.05156.19118.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.54%
GREEN value IS 155 (60.94% from 255) = 30.51%
BLUE value IS 208 (81.64% from 255) = 40.94%
R=28.54%
G=30.51%
B=40.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451552080.300.2500.18230.4840.1369.22
Hex919BD01E19012e62845
Octal221233320363102234650105
Binary1001000110011011110100001111011001010010111001101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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