Html Css Color HEX #778ED8 Portage

📋 copy color: '#778ED8'

red 119 ◦ green 142 ◦ blue 216

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

Shades of Portage #778ED8

Tints of Portage #778ED8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.77%

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

R = 24.95%
G = 29.77%
B = 45.28%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#778ED8 (or 0x778ED8) is known color: Portage. HEX triplet: 77, 8E and D8. RGB value is (119,142,216). Sum of RGB (Red+Green+Blue) = 119+142+216=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #778ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ED8 is #887127. Grayscale: #8F8F8F. Windows color (decimal): -8941864 or 14192247. OLE color: 14192247.

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

Color convert

RGB 119 142 216 -
CMYK 0.45 0.34 0 0.15
HSL 225.77º 0.55% 0.66% -
HSV(B) 225.77º 0.45% 0.85% -
XYZ 29.68 28.23 68.85 -
YUV 143.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 119 142 216 0.45 0.34 0 0.15 225.77 0.55 0.66
Hex 77 8E D8 2D 22 0 F E2 37 42
Octal 167 216 330 55 42 0 17 342 67 102
Binary 1110111 10001110 11011000 101101 100010 0 1111 11100010 110111 1000010

Color Harmonies of #778ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778ED8

Black with #778ED8

Text Example


Text Example

White with #778ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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