#7F87CD

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

Shades of Portage #7F87CD

Tints of Portage #7F87CD

Color information

#7F87CD (or 0x7F87CD) is unknown color: approx Portage. HEX triplet: 7F, 87 and CD. RGB value is (127,135,205). Sum of RGB (Red+Green+Blue) = 127+135+205=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F87CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F87CD is #807832. Grayscale: #8C8C8C. Windows color (decimal): -8419379 or 13469567. OLE color: 13469567.

HSL color Cylindrical-coordinate representation of color #7F87CD: hue angle of 233.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F87CD is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127135205-
CMYK0.380.3400.20
HSL233.85º43.82%65.1%-
HSV(B)233.85º38.05%80.39%-
XYZ28.4426.2561.33-
YUV140.59164.35118.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.19%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=27.19%
G=28.91%
B=43.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271352050.380.3400.20233.8543.8265.1
Hex7F87CD2622014ea2c41
Octal177207315464202435254101
Binary11111111000011111001101100110100010010100111010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F87CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,135,205); }

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

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

 a { background-color: rgb(127,135,205); }

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

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

 span { border-color: rgb(127,135,205); }

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