#919BFF

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

Shades of Portage #919BFF

Tints of Portage #919BFF

Color information

#919BFF (or 0x919BFF) is unknown color: approx Portage. HEX triplet: 91, 9B and FF. RGB value is (145,155,255). Sum of RGB (Red+Green+Blue) = 145+155+255=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #919BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919BFF is #6E6400. Grayscale: #A3A3A3. Windows color (decimal): -7234561 or 16751505. OLE color: 16751505.

HSL color Cylindrical-coordinate representation of color #919BFF: hue angle of 234.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #919BFF is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB145155255-
CMYK0.430.3900
HSL234.55º100%78.43%-
HSV(B)234.55º43.14%100%-
XYZ41.4536.6899.5-
YUV163.41179.69114.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.13%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 255 (100% from 255) = 45.95%
R=26.13%
G=27.93%
B=45.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1451552550.430.3900234.5510078.43
Hex919BFF2B2700eb644e
Octal221233377534700353144116
Binary100100011001101111111111101011100111001110101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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