#7895DC

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

Shades of Portage #7895DC

Tints of Portage #7895DC

Color information

#7895DC (or 0x7895DC) is unknown color: approx Portage. HEX triplet: 78, 95 and DC. RGB value is (120,149,220). Sum of RGB (Red+Green+Blue) = 120+149+220=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #7895DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7895DC is #876A23. Grayscale: #949494. Windows color (decimal): -8874532 or 14456184. OLE color: 14456184.

HSL color Cylindrical-coordinate representation of color #7895DC: hue angle of 222.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7895DC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120149220-
CMYK0.450.3200.14
HSL222.6º58.82%66.67%-
HSV(B)222.6º45.45%86.27%-
XYZ31.4130.6671.97-
YUV148.42168.39107.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.54%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=24.54%
G=30.47%
B=44.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201492200.450.3200.14222.658.8266.67
Hex7895DC2D200Edf3b43
Octal170225334554001633773103
Binary1111000100101011101110010110110000001110110111111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7895DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7895DC; }

 p { color: rgb(120,149,220); }

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

<style>
 a { background-color: #7895DC; }

 a { background-color: rgb(120,149,220); }

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

<style>
 span { border-color: #7895DC; }

 span { border-color: rgb(120,149,220); }

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