Html Css Color HEX #788DD9 Portage

📋 copy color: '#788DD9'

red 120 ◦ green 141 ◦ blue 217

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

Shades of Portage #788DD9

Tints of Portage #788DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.4%

R = 25.1%
G = 29.5%
B = 45.4%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#788DD9 (or 0x788DD9) is known color: Portage. HEX triplet: 78, 8D and D9. RGB value is (120,141,217). Sum of RGB (Red+Green+Blue) = 120+141+217=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #788DD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DD9 is #877226. Grayscale: #8F8F8F. Windows color (decimal): -8876583 or 14257528. OLE color: 14257528.

HSL color Cylindrical-coordinate representation of color #788DD9: hue angle of 227.01º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #788DD9 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 141 217 -
CMYK 0.45 0.35 0 0.15
HSL 227.01º 0.56% 0.66% -
HSV(B) 227.01º 0.45% 0.85% -
XYZ 29.79 28.05 69.49 -
YUV 143.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 120 141 217 0.45 0.35 0 0.15 227.01 0.56 0.66
Hex 78 8D D9 2D 23 0 F E3 38 42
Octal 170 215 331 55 43 0 17 343 70 102
Binary 1111000 10001101 11011001 101101 100011 0 1111 11100011 111000 1000010

Color Harmonies of #788DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788DD9

Black with #788DD9

Text Example


Text Example

White with #788DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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