#7F83E9

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

Shades of Portage #7F83E9

Tints of Portage #7F83E9

Color information

#7F83E9 (or 0x7F83E9) is unknown color: approx Portage. HEX triplet: 7F, 83 and E9. RGB value is (127,131,233). Sum of RGB (Red+Green+Blue) = 127+131+233=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F83E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F83E9 is #807C16. Grayscale: #8D8D8D. Windows color (decimal): -8420375 or 15303551. OLE color: 15303551.

HSL color Cylindrical-coordinate representation of color #7F83E9: hue angle of 237.74º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F83E9 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB127131233-
CMYK0.450.4400.09
HSL237.74º70.67%70.59%-
HSV(B)237.74º45.49%91.37%-
XYZ31.5826.6380.57-
YUV141.43179.67117.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.87%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 233 (91.41% from 255) = 47.45%
R=25.87%
G=26.68%
B=47.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1271312330.450.4400.09237.7470.6770.59
Hex7F83E92D2C09ee4747
Octal1772033515554011356107107
Binary11111111000001111101001101101101100010011110111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F83E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F83E9; }

 p { color: rgb(127,131,233); }

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

<style>
 a { background-color: #7F83E9; }

 a { background-color: rgb(127,131,233); }

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

<style>
 span { border-color: #7F83E9; }

 span { border-color: rgb(127,131,233); }

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