#788AE6

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

Shades of Portage #788AE6

Tints of Portage #788AE6

Color information

#788AE6 (or 0x788AE6) is unknown color: approx Portage. HEX triplet: 78, 8A and E6. RGB value is (120,138,230). Sum of RGB (Red+Green+Blue) = 120+138+230=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #788AE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788AE6 is #877519. Grayscale: #8E8E8E. Windows color (decimal): -8877338 or 15108728. OLE color: 15108728.

HSL color Cylindrical-coordinate representation of color #788AE6: hue angle of 230.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #788AE6 is Cyan = 0.48, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB120138230-
CMYK0.480.400.10
HSL230.18º68.75%68.63%-
HSV(B)230.18º47.83%90.2%-
XYZ31.1227.8878.6-
YUV143.11177.04111.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.59%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 230 (90.23% from 255) = 47.13%
R=24.59%
G=28.28%
B=47.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1201382300.480.400.10230.1868.7568.63
Hex788AE630280Ae64545
Octal1702123466050012346105105
Binary11110001000101011100110110000101000010101110011010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,138,230); }

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

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

 a { background-color: rgb(120,138,230); }

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

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

 span { border-color: rgb(120,138,230); }

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