Html Css Color HEX #778DDD Portage

📋 copy color: '#778DDD'

red 119 ◦ green 141 ◦ blue 221

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

Shades of Portage #778DDD

Tints of Portage #778DDD

RGB

 RED value IS 119 (46.88% from 255) = 24.74%

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

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

R = 24.74%
G = 29.31%
B = 45.95%

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

#778DDD (or 0x778DDD) is known color: Portage. HEX triplet: 77, 8D and DD. RGB value is (119,141,221). Sum of RGB (Red+Green+Blue) = 119+141+221=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #778DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DDD is #887222. Grayscale: #8F8F8F. Windows color (decimal): -8942115 or 14519671. OLE color: 14519671.

HSL color Cylindrical-coordinate representation of color #778DDD: hue angle of 227.06º 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 #778DDD is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 141 221 -
CMYK 0.46 0.36 0 0.13
HSL 227.06º 0.6% 0.67% -
HSV(B) 227.06º 0.46% 0.87% -
XYZ 30.18 28.19 72.26 -
YUV 143.54 171.71 110.5 -
System Red Green Blue C M Y K H S L
Decimal 119 141 221 0.46 0.36 0 0.13 227.06 0.6 0.67
Hex 77 8D DD 2E 24 0 D E3 3C 43
Octal 167 215 335 56 44 0 15 343 74 103
Binary 1110111 10001101 11011101 101110 100100 0 1101 11100011 111100 1000011

Color Harmonies of #778DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778DDD

Black with #778DDD

Text Example


Text Example

White with #778DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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