Html Css Color HEX #778DD5 Portage

📋 copy color: '#778DD5'

red 119 ◦ green 141 ◦ blue 213

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

Shades of Portage #778DD5

Tints of Portage #778DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 25.16%
G = 29.81%
B = 45.03%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#778DD5 (or 0x778DD5) is known color: Portage. HEX triplet: 77, 8D and D5. RGB value is (119,141,213). Sum of RGB (Red+Green+Blue) = 119+141+213=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #778DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DD5 is #88722A. Grayscale: #8E8E8E. Windows color (decimal): -8942123 or 13995383. OLE color: 13995383.

HSL color Cylindrical-coordinate representation of color #778DD5: hue angle of 225.96º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #778DD5 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 141 213 -
CMYK 0.44 0.34 0 0.16
HSL 225.96º 0.53% 0.65% -
HSV(B) 225.96º 0.44% 0.84% -
XYZ 29.14 27.78 66.78 -
YUV 142.63 167.71 111.15 -
System Red Green Blue C M Y K H S L
Decimal 119 141 213 0.44 0.34 0 0.16 225.96 0.53 0.65
Hex 77 8D D5 2C 22 0 10 E2 35 41
Octal 167 215 325 54 42 0 20 342 65 101
Binary 1110111 10001101 11010101 101100 100010 0 10000 11100010 110101 1000001

Color Harmonies of #778DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778DD5

Black with #778DD5

Text Example


Text Example

White with #778DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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