#7f9ce7

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

Shades of Portage #7F9CE7

Tints of Portage #7F9CE7

Color information

#7F9CE7 (or 0x7F9CE7) is unknown color: approx Portage. HEX triplet: 7F, 9C and E7. RGB value is (127,156,231). Sum of RGB (Red+Green+Blue) = 127+156+231=514 (68% of max value = 765). Red value is 127 (50% from 255 or 24.71% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #7F9CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9CE7 is #806318. Grayscale: #9B9B9B. Windows color (decimal): -8413977 or 15178879. OLE color: 15178879.

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

Color convert

RGB127156231-
CMYK0.450.3200.09
HSL223.27º68.42%70.2%-
HSV(B)223.27º45.02%90.59%-
XYZ35.0634.0680.33-
YUV155.88170.39107.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.71%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 231 (90.62% from 255) = 44.94%
R=24.71%
G=30.35%
B=44.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1271562310.450.3200.09223.2768.4270.2
Hex7F9CE72D2009df4446
Octal1772343475540011337104106
Binary11111111001110011100111101101100000010011101111110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f9ce7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,156,231); }

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

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

 a { background-color: rgb(127,156,231); }

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

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

 span { border-color: rgb(127,156,231); }

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