#919FF6

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

Shades of Portage #919FF6

Tints of Portage #919FF6

Color information

#919FF6 (or 0x919FF6) is unknown color: approx Portage. HEX triplet: 91, 9F and F6. RGB value is (145,159,246). Sum of RGB (Red+Green+Blue) = 145+159+246=550 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.36% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #919FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919FF6 is #6E6009. Grayscale: #A4A4A4. Windows color (decimal): -7233546 or 16162705. OLE color: 16162705.

HSL color Cylindrical-coordinate representation of color #919FF6: hue angle of 231.68º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #919FF6 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB145159246-
CMYK0.410.3500.04
HSL231.68º84.87%76.67%-
HSV(B)231.68º41.06%96.47%-
XYZ40.7137.4792.28-
YUV164.73173.86113.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.36%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 246 (96.48% from 255) = 44.73%
R=26.36%
G=28.91%
B=44.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1451592460.410.3500.04231.6884.8776.67
Hex919FF6292304e8554d
Octal221237366514304350125115
Binary10010001100111111111011010100110001101001110100010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,159,246); }

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

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

 a { background-color: rgb(145,159,246); }

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

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

 span { border-color: rgb(145,159,246); }

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