Html Css Color HEX #788DD2 Portage

📋 copy color: '#788DD2'

red 120 ◦ green 141 ◦ blue 210

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

Shades of Portage #788DD2

Tints of Portage #788DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.59%

R = 25.48%
G = 29.94%
B = 44.59%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#788DD2 (or 0x788DD2) is known color: Portage. HEX triplet: 78, 8D and D2. RGB value is (120,141,210). Sum of RGB (Red+Green+Blue) = 120+141+210=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #788DD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DD2 is #87722D. Grayscale: #8E8E8E. Windows color (decimal): -8876590 or 13798776. OLE color: 13798776.

HSL color Cylindrical-coordinate representation of color #788DD2: hue angle of 226º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #788DD2 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 141 210 -
CMYK 0.43 0.33 0 0.18
HSL 226º 0.5% 0.65% -
HSV(B) 226º 0.43% 0.82% -
XYZ 28.9 27.7 64.8 -
YUV 142.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 120 141 210 0.43 0.33 0 0.18 226 0.5 0.65
Hex 78 8D D2 2B 21 0 12 E2 32 41
Octal 170 215 322 53 41 0 22 342 62 101
Binary 1111000 10001101 11010010 101011 100001 0 10010 11100010 110010 1000001

Color Harmonies of #788DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788DD2

Black with #788DD2

Text Example


Text Example

White with #788DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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