#7F8CDA

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

Shades of Portage #7F8CDA

Tints of Portage #7F8CDA

Color information

#7F8CDA (or 0x7F8CDA) is unknown color: approx Portage. HEX triplet: 7F, 8C and DA. RGB value is (127,140,218). Sum of RGB (Red+Green+Blue) = 127+140+218=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F8CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8CDA is #807325. Grayscale: #909090. Windows color (decimal): -8418086 or 14322815. OLE color: 14322815.

HSL color Cylindrical-coordinate representation of color #7F8CDA: hue angle of 231.43º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F8CDA is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB127140218-
CMYK0.420.3600.15
HSL231.43º55.15%67.65%-
HSV(B)231.43º41.74%85.49%-
XYZ30.7928.3370.18-
YUV145169.19115.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.19%
GREEN value IS 140 (55.08% from 255) = 28.87%
BLUE value IS 218 (85.55% from 255) = 44.95%
R=26.19%
G=28.87%
B=44.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1271402180.420.3600.15231.4355.1567.65
Hex7F8CDA2A240Fe73744
Octal177214332524401734767104
Binary1111111100011001101101010101010010001111111001111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,140,218); }

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

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

 a { background-color: rgb(127,140,218); }

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

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

 span { border-color: rgb(127,140,218); }

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