#7987DA

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

Shades of Portage #7987DA

Tints of Portage #7987DA

Color information

#7987DA (or 0x7987DA) is unknown color: approx Portage. HEX triplet: 79, 87 and DA. RGB value is (121,135,218). Sum of RGB (Red+Green+Blue) = 121+135+218=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #7987DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7987DA is #867825. Grayscale: #8B8B8B. Windows color (decimal): -8812582 or 14321529. OLE color: 14321529.

HSL color Cylindrical-coordinate representation of color #7987DA: hue angle of 231.34º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7987DA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121135218-
CMYK0.440.3800.15
HSL231.34º56.73%66.47%-
HSV(B)231.34º44.5%85.49%-
XYZ29.226.4569.9-
YUV140.28171.86114.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.53%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=25.53%
G=28.48%
B=45.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211352180.440.3800.15231.3456.7366.47
Hex7987DA2C260Fe73942
Octal171207332544601734771102
Binary1111001100001111101101010110010011001111111001111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7987DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7987DA; }

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

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

<style>
 a { background-color: #7987DA; }

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

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

<style>
 span { border-color: #7987DA; }

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

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