Html Css Color HEX #788AD9 Portage

📋 copy color: '#788AD9'

red 120 ◦ green 138 ◦ blue 217

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

Shades of Portage #788AD9

Tints of Portage #788AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.05%

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

R = 25.26%
G = 29.05%
B = 45.68%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#788AD9 (or 0x788AD9) is known color: Portage. HEX triplet: 78, 8A and D9. RGB value is (120,138,217). Sum of RGB (Red+Green+Blue) = 120+138+217=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #788AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788AD9 is #877526. Grayscale: #8D8D8D. Windows color (decimal): -8877351 or 14256760. OLE color: 14256760.

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

Color convert

RGB 120 138 217 -
CMYK 0.45 0.36 0 0.15
HSL 228.87º 0.56% 0.66% -
HSV(B) 228.87º 0.45% 0.85% -
XYZ 29.36 27.18 69.34 -
YUV 141.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 120 138 217 0.45 0.36 0 0.15 228.87 0.56 0.66
Hex 78 8A D9 2D 24 0 F E5 38 42
Octal 170 212 331 55 44 0 17 345 70 102
Binary 1111000 10001010 11011001 101101 100100 0 1111 11100101 111000 1000010

Color Harmonies of #788AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788AD9

Black with #788AD9

Text Example


Text Example

White with #788AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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