Html Css Color HEX #778AD9 Portage

📋 copy color: '#778AD9'

red 119 ◦ green 138 ◦ blue 217

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

Shades of Portage #778AD9

Tints of Portage #778AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.78%

R = 25.11%
G = 29.11%
B = 45.78%

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

#778AD9 (or 0x778AD9) is known color: Portage. HEX triplet: 77, 8A and D9. RGB value is (119,138,217). Sum of RGB (Red+Green+Blue) = 119+138+217=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #778AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778AD9 is #887526. Grayscale: #8C8C8C. Windows color (decimal): -8942887 or 14256759. OLE color: 14256759.

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

Color convert

RGB 119 138 217 -
CMYK 0.45 0.36 0 0.15
HSL 228.37º 0.56% 0.66% -
HSV(B) 228.37º 0.45% 0.85% -
XYZ 29.22 27.11 69.34 -
YUV 141.33 170.71 112.08 -
System Red Green Blue C M Y K H S L
Decimal 119 138 217 0.45 0.36 0 0.15 228.37 0.56 0.66
Hex 77 8A D9 2D 24 0 F E4 38 42
Octal 167 212 331 55 44 0 17 344 70 102
Binary 1110111 10001010 11011001 101101 100100 0 1111 11100100 111000 1000010

Color Harmonies of #778AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AD9

Black with #778AD9

Text Example


Text Example

White with #778AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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