Html Css Color HEX #778BD1 Portage

📋 copy color: '#778BD1'

red 119 ◦ green 139 ◦ blue 209

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

Shades of Portage #778BD1

Tints of Portage #778BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.75%

R = 25.48%
G = 29.76%
B = 44.75%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#778BD1 (or 0x778BD1) is known color: Portage. HEX triplet: 77, 8B and D1. RGB value is (119,139,209). Sum of RGB (Red+Green+Blue) = 119+139+209=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #778BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BD1 is #88742E. Grayscale: #8C8C8C. Windows color (decimal): -8942639 or 13732727. OLE color: 13732727.

HSL color Cylindrical-coordinate representation of color #778BD1: hue angle of 226.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #778BD1 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 139 209 -
CMYK 0.43 0.33 0 0.18
HSL 226.67º 0.49% 0.64% -
HSV(B) 226.67º 0.43% 0.82% -
XYZ 28.35 26.99 64.04 -
YUV 141 166.37 112.31 -
System Red Green Blue C M Y K H S L
Decimal 119 139 209 0.43 0.33 0 0.18 226.67 0.49 0.64
Hex 77 8B D1 2B 21 0 12 E3 31 40
Octal 167 213 321 53 41 0 22 343 61 100
Binary 1110111 10001011 11010001 101011 100001 0 10010 11100011 110001 1000000

Color Harmonies of #778BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BD1

Black with #778BD1

Text Example


Text Example

White with #778BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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