Html Css Color HEX #778BD9 Portage

📋 copy color: '#778BD9'

red 119 ◦ green 139 ◦ blue 217

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

Shades of Portage #778BD9

Tints of Portage #778BD9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.26%

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

R = 25.05%
G = 29.26%
B = 45.68%

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

#778BD9 (or 0x778BD9) is known color: Portage. HEX triplet: 77, 8B and D9. RGB value is (119,139,217). Sum of RGB (Red+Green+Blue) = 119+139+217=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #778BD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BD9 is #887426. Grayscale: #8D8D8D. Windows color (decimal): -8942631 or 14257015. OLE color: 14257015.

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

Color convert

RGB 119 139 217 -
CMYK 0.45 0.36 0 0.15
HSL 227.76º 0.56% 0.66% -
HSV(B) 227.76º 0.45% 0.85% -
XYZ 29.36 27.4 69.39 -
YUV 141.91 170.37 111.66 -
System Red Green Blue C M Y K H S L
Decimal 119 139 217 0.45 0.36 0 0.15 227.76 0.56 0.66
Hex 77 8B D9 2D 24 0 F E4 38 42
Octal 167 213 331 55 44 0 17 344 70 102
Binary 1110111 10001011 11011001 101101 100100 0 1111 11100100 111000 1000010

Color Harmonies of #778BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BD9

Black with #778BD9

Text Example


Text Example

White with #778BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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