#7F90E0

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

Shades of Portage #7F90E0

Tints of Portage #7F90E0

Color information

#7F90E0 (or 0x7F90E0) is unknown color: approx Portage. HEX triplet: 7F, 90 and E0. RGB value is (127,144,224). Sum of RGB (Red+Green+Blue) = 127+144+224=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F90E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F90E0 is #806F1F. Grayscale: #939393. Windows color (decimal): -8417056 or 14717055. OLE color: 14717055.

HSL color Cylindrical-coordinate representation of color #7F90E0: hue angle of 229.48º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F90E0 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB127144224-
CMYK0.430.3600.12
HSL229.48º61.01%68.82%-
HSV(B)229.48º43.3%87.84%-
XYZ32.1829.8474.58-
YUV148.04170.87113-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.66%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 224 (87.89% from 255) = 45.25%
R=25.66%
G=29.09%
B=45.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1271442240.430.3600.12229.4861.0168.82
Hex7F90E02B240Ce53d45
Octal177220340534401434575105
Binary1111111100100001110000010101110010001100111001011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F90E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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