Html Css Color HEX #788DDD Portage

📋 copy color: '#788DDD'

red 120 ◦ green 141 ◦ blue 221

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

Shades of Portage #788DDD

Tints of Portage #788DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 24.9%
G = 29.25%
B = 45.85%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#788DDD (or 0x788DDD) is known color: Portage. HEX triplet: 78, 8D and DD. RGB value is (120,141,221). Sum of RGB (Red+Green+Blue) = 120+141+221=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #788DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DDD is #877222. Grayscale: #8F8F8F. Windows color (decimal): -8876579 or 14519672. OLE color: 14519672.

HSL color Cylindrical-coordinate representation of color #788DDD: hue angle of 227.52º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #788DDD is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 141 221 -
CMYK 0.46 0.36 0 0.13
HSL 227.52º 0.6% 0.67% -
HSV(B) 227.52º 0.46% 0.87% -
XYZ 30.32 28.26 72.26 -
YUV 143.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 120 141 221 0.46 0.36 0 0.13 227.52 0.6 0.67
Hex 78 8D DD 2E 24 0 D E4 3C 43
Octal 170 215 335 56 44 0 15 344 74 103
Binary 1111000 10001101 11011101 101110 100100 0 1101 11100100 111100 1000011

Color Harmonies of #788DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788DDD

Black with #788DDD

Text Example


Text Example

White with #788DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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