#7C87DA

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

Shades of Portage #7C87DA

Tints of Portage #7C87DA

Color information

#7C87DA (or 0x7C87DA) is unknown color: approx Portage. HEX triplet: 7C, 87 and DA. RGB value is (124,135,218). Sum of RGB (Red+Green+Blue) = 124+135+218=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #7C87DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C87DA is #837825. Grayscale: #8C8C8C. Windows color (decimal): -8615974 or 14321532. OLE color: 14321532.

HSL color Cylindrical-coordinate representation of color #7C87DA: hue angle of 232.98º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C87DA is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB124135218-
CMYK0.430.3800.15
HSL232.98º55.95%67.06%-
HSV(B)232.98º43.12%85.49%-
XYZ29.6326.6769.92-
YUV141.17171.36115.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.00%
GREEN value IS 135 (53.12% from 255) = 28.30%
BLUE value IS 218 (85.55% from 255) = 45.70%
R=26.00%
G=28.30%
B=45.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1241352180.430.3800.15232.9855.9567.06
Hex7C87DA2B260Fe93843
Octal174207332534601735170103
Binary1111100100001111101101010101110011001111111010011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C87DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,135,218); }

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

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

 a { background-color: rgb(124,135,218); }

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

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

 span { border-color: rgb(124,135,218); }

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