#919CD9

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

Shades of Portage #919CD9

Tints of Portage #919CD9

Color information

#919CD9 (or 0x919CD9) is unknown color: approx Portage. HEX triplet: 91, 9C and D9. RGB value is (145,156,217). Sum of RGB (Red+Green+Blue) = 145+156+217=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #919CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CD9 is #6E6326. Grayscale: #9F9F9F. Windows color (decimal): -7234343 or 14261393. OLE color: 14261393.

HSL color Cylindrical-coordinate representation of color #919CD9: hue angle of 230.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #919CD9 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145156217-
CMYK0.330.2800.15
HSL230.83º48.65%70.98%-
HSV(B)230.83º33.18%85.1%-
XYZ36.0934.8170.46-
YUV159.66160.36117.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.99%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 217 (85.16% from 255) = 41.89%
R=27.99%
G=30.12%
B=41.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451562170.330.2800.15230.8348.6570.98
Hex919CD9211C0Fe73147
Octal221234331413401734761107
Binary1001000110011100110110011000011110001111111001111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,156,217); }

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

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

 a { background-color: rgb(145,156,217); }

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

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

 span { border-color: rgb(145,156,217); }

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