Html Css Color HEX #788DD0 Portage

📋 copy color: '#788DD0'

red 120 ◦ green 141 ◦ blue 208

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

Shades of Portage #788DD0

Tints of Portage #788DD0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.06%

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

R = 25.59%
G = 30.06%
B = 44.35%

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

#788DD0 (or 0x788DD0) is known color: Portage. HEX triplet: 78, 8D and D0. RGB value is (120,141,208). Sum of RGB (Red+Green+Blue) = 120+141+208=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #788DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DD0 is #87722F. Grayscale: #8E8E8E. Windows color (decimal): -8876592 or 13667704. OLE color: 13667704.

HSL color Cylindrical-coordinate representation of color #788DD0: hue angle of 225.68º 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 #788DD0 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 141 208 -
CMYK 0.42 0.32 0 0.18
HSL 225.68º 0.48% 0.64% -
HSV(B) 225.68º 0.42% 0.82% -
XYZ 28.66 27.6 63.49 -
YUV 142.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 120 141 208 0.42 0.32 0 0.18 225.68 0.48 0.64
Hex 78 8D D0 2A 20 0 12 E2 30 40
Octal 170 215 320 52 40 0 22 342 60 100
Binary 1111000 10001101 11010000 101010 100000 0 10010 11100010 110000 1000000

Color Harmonies of #788DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788DD0

Black with #788DD0

Text Example


Text Example

White with #788DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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