#7F9AE9

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

Shades of Portage #7F9AE9

Tints of Portage #7F9AE9

Color information

#7F9AE9 (or 0x7F9AE9) is unknown color: approx Portage. HEX triplet: 7F, 9A and E9. RGB value is (127,154,233). Sum of RGB (Red+Green+Blue) = 127+154+233=514 (68% of max value = 765). Red value is 127 (50% from 255 or 24.71% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F9AE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9AE9 is #806516. Grayscale: #9A9A9A. Windows color (decimal): -8414487 or 15309439. OLE color: 15309439.

HSL color Cylindrical-coordinate representation of color #7F9AE9: hue angle of 224.72º 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 #7F9AE9 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB127154233-
CMYK0.450.3400.09
HSL224.72º70.67%70.59%-
HSV(B)224.72º45.49%91.37%-
XYZ35.0233.5181.71-
YUV154.93172.05108.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.71%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 233 (91.41% from 255) = 45.33%
R=24.71%
G=29.96%
B=45.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1271542330.450.3400.09224.7270.6770.59
Hex7F9AE92D2209e14747
Octal1772323515542011341107107
Binary11111111001101011101001101101100010010011110000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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