#7F9AE4

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

Shades of Portage #7F9AE4

Tints of Portage #7F9AE4

Color information

#7F9AE4 (or 0x7F9AE4) is unknown color: approx Portage. HEX triplet: 7F, 9A and E4. RGB value is (127,154,228). Sum of RGB (Red+Green+Blue) = 127+154+228=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #7F9AE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9AE4 is #80651B. Grayscale: #9A9A9A. Windows color (decimal): -8414492 or 14981759. OLE color: 14981759.

HSL color Cylindrical-coordinate representation of color #7F9AE4: hue angle of 223.96º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F9AE4 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB127154228-
CMYK0.440.3200.11
HSL223.96º65.16%69.61%-
HSV(B)223.96º44.3%89.41%-
XYZ34.3133.2278-
YUV154.36169.55108.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.95%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 228 (89.45% from 255) = 44.79%
R=24.95%
G=30.26%
B=44.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1271542280.440.3200.11223.9665.1669.61
Hex7F9AE42C200Be04146
Octal1772323445440013340101106
Binary11111111001101011100100101100100000010111110000010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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