Html Css Color HEX #778DDA Portage

📋 copy color: '#778DDA'

red 119 ◦ green 141 ◦ blue 218

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

Shades of Portage #778DDA

Tints of Portage #778DDA

RGB

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

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

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

R = 24.9%
G = 29.5%
B = 45.61%

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

#778DDA (or 0x778DDA) is known color: Portage. HEX triplet: 77, 8D and DA. RGB value is (119,141,218). Sum of RGB (Red+Green+Blue) = 119+141+218=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #778DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DDA is #887225. Grayscale: #8E8E8E. Windows color (decimal): -8942118 or 14323063. OLE color: 14323063.

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

Color convert

RGB 119 141 218 -
CMYK 0.45 0.35 0 0.15
HSL 226.67º 0.57% 0.66% -
HSV(B) 226.67º 0.45% 0.85% -
XYZ 29.79 28.03 70.17 -
YUV 143.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 119 141 218 0.45 0.35 0 0.15 226.67 0.57 0.66
Hex 77 8D DA 2D 23 0 F E3 39 42
Octal 167 215 332 55 43 0 17 343 71 102
Binary 1110111 10001101 11011010 101101 100011 0 1111 11100011 111001 1000010

Color Harmonies of #778DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778DDA

Black with #778DDA

Text Example


Text Example

White with #778DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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