#7F90F0

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

Shades of Portage #7F90F0

Tints of Portage #7F90F0

Color information

#7F90F0 (or 0x7F90F0) is unknown color: approx Portage. HEX triplet: 7F, 90 and F0. RGB value is (127,144,240). Sum of RGB (Red+Green+Blue) = 127+144+240=511 (67% of max value = 765). Red value is 127 (50% from 255 or 24.85% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #7F90F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F90F0 is #806F0F. Grayscale: #959595. Windows color (decimal): -8417040 or 15765631. OLE color: 15765631.

HSL color Cylindrical-coordinate representation of color #7F90F0: hue angle of 230.97º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F90F0 is Cyan = 0.47, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB127144240-
CMYK0.470.400.06
HSL230.97º79.02%71.96%-
HSV(B)230.97º47.08%94.12%-
XYZ34.4530.7586.56-
YUV149.86178.87111.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.85%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 240 (94.14% from 255) = 46.97%
R=24.85%
G=28.18%
B=46.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1271442400.470.400.06230.9779.0271.96
Hex7F90F02F2806e74f48
Octal177220360575006347117110
Binary1111111100100001111000010111110100001101110011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F90F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,144,240); }

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

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

 a { background-color: rgb(127,144,240); }

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

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

 span { border-color: rgb(127,144,240); }

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