#919DF9

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

Shades of Portage #919DF9

Tints of Portage #919DF9

Color information

#919DF9 (or 0x919DF9) is unknown color: approx Portage. HEX triplet: 91, 9D and F9. RGB value is (145,157,249). Sum of RGB (Red+Green+Blue) = 145+157+249=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #919DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DF9 is #6E6206. Grayscale: #A3A3A3. Windows color (decimal): -7234055 or 16358801. OLE color: 16358801.

HSL color Cylindrical-coordinate representation of color #919DF9: hue angle of 233.08º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #919DF9 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145157249-
CMYK0.420.3700.02
HSL233.08º89.66%77.25%-
HSV(B)233.08º41.77%97.65%-
XYZ40.8336.9794.61-
YUV163.9176.02114.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.32%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 249 (97.66% from 255) = 45.19%
R=26.32%
G=28.49%
B=45.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451572490.420.3700.02233.0889.6677.25
Hex919DF92A2502e95a4d
Octal221235371524502351132115
Binary1001000110011101111110011010101001010101110100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,157,249); }

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

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

 a { background-color: rgb(145,157,249); }

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

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

 span { border-color: rgb(145,157,249); }

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