Html Css Color HEX #778AD8 Portage

📋 copy color: '#778AD8'

red 119 ◦ green 138 ◦ blue 216

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

Shades of Portage #778AD8

Tints of Portage #778AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.67%

R = 25.16%
G = 29.18%
B = 45.67%

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

#778AD8 (or 0x778AD8) is known color: Portage. HEX triplet: 77, 8A and D8. RGB value is (119,138,216). Sum of RGB (Red+Green+Blue) = 119+138+216=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #778AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778AD8 is #887527. Grayscale: #8C8C8C. Windows color (decimal): -8942888 or 14191223. OLE color: 14191223.

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

Color convert

RGB 119 138 216 -
CMYK 0.45 0.36 0 0.15
HSL 228.25º 0.55% 0.66% -
HSV(B) 228.25º 0.45% 0.85% -
XYZ 29.09 27.06 68.65 -
YUV 141.21 170.21 112.16 -
System Red Green Blue C M Y K H S L
Decimal 119 138 216 0.45 0.36 0 0.15 228.25 0.55 0.66
Hex 77 8A D8 2D 24 0 F E4 37 42
Octal 167 212 330 55 44 0 17 344 67 102
Binary 1110111 10001010 11011000 101101 100100 0 1111 11100100 110111 1000010

Color Harmonies of #778AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AD8

Black with #778AD8

Text Example


Text Example

White with #778AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,138,216); }

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

background-color css

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

 a { background-color: rgb(119,138,216); }

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

border-color css

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

 span { border-color: rgb(119,138,216); }

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