#788CD7

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

Shades of Portage #788CD7

Tints of Portage #788CD7

Color information

#788CD7 (or 0x788CD7) is unknown color: approx Portage. HEX triplet: 78, 8C and D7. RGB value is (120,140,215). Sum of RGB (Red+Green+Blue) = 120+140+215=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #788CD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CD7 is #877328. Grayscale: #8E8E8E. Windows color (decimal): -8876841 or 14126200. OLE color: 14126200.

HSL color Cylindrical-coordinate representation of color #788CD7: hue angle of 227.37º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #788CD7 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB120140215-
CMYK0.440.3500.16
HSL227.37º54.29%65.69%-
HSV(B)227.37º44.19%84.31%-
XYZ29.3927.6668.08-
YUV142.57168.87111.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.26%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 215 (84.38% from 255) = 45.26%
R=25.26%
G=29.47%
B=45.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1201402150.440.3500.16227.3754.2965.69
Hex788CD72C23010e33642
Octal170214327544302034366102
Binary11110001000110011010111101100100011010000111000111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788CD7; }

 p { color: rgb(120,140,215); }

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

<style>
 a { background-color: #788CD7; }

 a { background-color: rgb(120,140,215); }

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

<style>
 span { border-color: #788CD7; }

 span { border-color: rgb(120,140,215); }

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