Html Css Color HEX #788DDA Portage

📋 copy color: '#788DDA'

red 120 ◦ green 141 ◦ blue 218

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

Shades of Portage #788DDA

Tints of Portage #788DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 25.05%
G = 29.44%
B = 45.51%

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

#788DDA (or 0x788DDA) is known color: Portage. HEX triplet: 78, 8D and DA. RGB value is (120,141,218). Sum of RGB (Red+Green+Blue) = 120+141+218=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #788DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DDA is #877225. Grayscale: #8F8F8F. Windows color (decimal): -8876582 or 14323064. OLE color: 14323064.

HSL color Cylindrical-coordinate representation of color #788DDA: hue angle of 227.14º degrees, saturation: 0.57, 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 #788DDA is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 141 218 -
CMYK 0.45 0.35 0 0.15
HSL 227.14º 0.57% 0.66% -
HSV(B) 227.14º 0.45% 0.85% -
XYZ 29.93 28.1 70.18 -
YUV 143.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 120 141 218 0.45 0.35 0 0.15 227.14 0.57 0.66
Hex 78 8D DA 2D 23 0 F E3 39 42
Octal 170 215 332 55 43 0 17 343 71 102
Binary 1111000 10001101 11011010 101101 100011 0 1111 11100011 111001 1000010

Color Harmonies of #788DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788DDA

Black with #788DDA

Text Example


Text Example

White with #788DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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