Html Css Color HEX #788ED0 Portage

📋 copy color: '#788ED0'

red 120 ◦ green 142 ◦ blue 208

#788ED0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #788ED0

Tints of Portage #788ED0

RGB

 RED value IS 120 (47.27% from 255) = 25.53%

 GREEN value IS 142 (55.86% from 255) = 30.21%

 BLUE value IS 208 (81.64% from 255) = 44.26%

R = 25.53%
G = 30.21%
B = 44.26%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#788ED0 (or 0x788ED0) is known color: Portage. HEX triplet: 78, 8E and D0. RGB value is (120,142,208). Sum of RGB (Red+Green+Blue) = 120+142+208=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #788ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ED0 is #87712F. Grayscale: #8E8E8E. Windows color (decimal): -8876336 or 13667960. OLE color: 13667960.

HSL color Cylindrical-coordinate representation of color #788ED0: hue angle of 225º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #788ED0 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 142 208 -
CMYK 0.42 0.32 0 0.18
HSL 225º 0.48% 0.64% -
HSV(B) 225º 0.42% 0.82% -
XYZ 28.8 27.89 63.54 -
YUV 142.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 120 142 208 0.42 0.32 0 0.18 225 0.48 0.64
Hex 78 8E D0 2A 20 0 12 E1 30 40
Octal 170 216 320 52 40 0 22 341 60 100
Binary 1111000 10001110 11010000 101010 100000 0 10010 11100001 110000 1000000

Color Harmonies of #788ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788ED0

Black with #788ED0

Text Example


Text Example

White with #788ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,142,208); }

 H1.HeaderClassName
 {
   color: #788ED0;
 }
 .AnyTagClassName
 {
   color: #788ED0;
 }
</style>

background-color css

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

 a { background-color: rgb(120,142,208); }

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

border-color css

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

 span { border-color: rgb(120,142,208); }

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