#7F9DE0

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

Shades of Portage #7F9DE0

Tints of Portage #7F9DE0

Color information

#7F9DE0 (or 0x7F9DE0) is unknown color: approx Portage. HEX triplet: 7F, 9D and E0. RGB value is (127,157,224). Sum of RGB (Red+Green+Blue) = 127+157+224=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F9DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9DE0 is #80621F. Grayscale: #9B9B9B. Windows color (decimal): -8413728 or 14720383. OLE color: 14720383.

HSL color Cylindrical-coordinate representation of color #7F9DE0: hue angle of 221.44º 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 #7F9DE0 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB127157224-
CMYK0.430.3000.12
HSL221.44º61.01%68.82%-
HSV(B)221.44º43.3%87.84%-
XYZ34.2634.0175.28-
YUV155.67166.56107.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 224 (87.89% from 255) = 44.09%
R=25%
G=30.91%
B=44.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1271572240.430.3000.12221.4461.0168.82
Hex7F9DE02B1E0Cdd3d45
Octal177235340533601433575105
Binary111111110011101111000001010111111001100110111011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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