#7487D8

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

Shades of Portage #7487D8

Tints of Portage #7487D8

Color information

#7487D8 (or 0x7487D8) is unknown color: approx Portage. HEX triplet: 74, 87 and D8. RGB value is (116,135,216). Sum of RGB (Red+Green+Blue) = 116+135+216=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #7487D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7487D8 is #8B7827. Grayscale: #8A8A8A. Windows color (decimal): -9140264 or 14190452. OLE color: 14190452.

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

Color convert

RGB116135216-
CMYK0.460.3800.15
HSL228.6º56.18%65.1%-
HSV(B)228.6º46.3%84.71%-
XYZ28.262668.49-
YUV138.55171.71111.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.84%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 216 (84.77% from 255) = 46.25%
R=24.84%
G=28.91%
B=46.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1161352160.460.3800.15228.656.1865.1
Hex7487D82E260Fe53841
Octal164207330564601734570101
Binary1110100100001111101100010111010011001111111001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7487D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7487D8; }

 p { color: rgb(116,135,216); }

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

<style>
 a { background-color: #7487D8; }

 a { background-color: rgb(116,135,216); }

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

<style>
 span { border-color: #7487D8; }

 span { border-color: rgb(116,135,216); }

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