#788FE5

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

Shades of Portage #788FE5

Tints of Portage #788FE5

Color information

#788FE5 (or 0x788FE5) is unknown color: approx Portage. HEX triplet: 78, 8F and E5. RGB value is (120,143,229). Sum of RGB (Red+Green+Blue) = 120+143+229=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #788FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FE5 is #87701A. Grayscale: #919191. Windows color (decimal): -8876059 or 15044472. OLE color: 15044472.

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

Color convert

RGB120143229-
CMYK0.480.3800.10
HSL227.34º67.7%68.43%-
HSV(B)227.34º47.6%89.8%-
XYZ31.7129.378.11-
YUV145.93174.88109.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.39%
GREEN value IS 143 (56.25% from 255) = 29.07%
BLUE value IS 229 (89.84% from 255) = 46.54%
R=24.39%
G=29.07%
B=46.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1201432290.480.3800.10227.3467.768.43
Hex788FE530260Ae34444
Octal1702173456046012343104104
Binary11110001000111111100101110000100110010101110001110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,143,229); }

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

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

 a { background-color: rgb(120,143,229); }

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

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

 span { border-color: rgb(120,143,229); }

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