#919BDC

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

Shades of Portage #919BDC

Tints of Portage #919BDC

Color information

#919BDC (or 0x919BDC) is unknown color: approx Portage. HEX triplet: 91, 9B and DC. RGB value is (145,155,220). Sum of RGB (Red+Green+Blue) = 145+155+220=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #919BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BDC is #6E6423. Grayscale: #9F9F9F. Windows color (decimal): -7234596 or 14457745. OLE color: 14457745.

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

Color convert

RGB145155220-
CMYK0.340.3000.14
HSL232º51.72%71.57%-
HSV(B)232º34.09%86.27%-
XYZ36.3234.6372.48-
YUV159.42162.19117.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.88%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=27.88%
G=29.81%
B=42.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451552200.340.3000.1423251.7271.57
Hex919BDC221E0Ee83448
Octal221233334423601635064110
Binary1001000110011011110111001000101111001110111010001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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