Html Css Color HEX #778BDA Portage

📋 copy color: '#778BDA'

red 119 ◦ green 139 ◦ blue 218

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

Shades of Portage #778BDA

Tints of Portage #778BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 25%
G = 29.2%
B = 45.8%

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

#778BDA (or 0x778BDA) is known color: Portage. HEX triplet: 77, 8B and DA. RGB value is (119,139,218). Sum of RGB (Red+Green+Blue) = 119+139+218=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #778BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BDA is #887425. Grayscale: #8D8D8D. Windows color (decimal): -8942630 or 14322551. OLE color: 14322551.

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

Color convert

RGB 119 139 218 -
CMYK 0.45 0.36 0 0.15
HSL 227.88º 0.57% 0.66% -
HSV(B) 227.88º 0.45% 0.85% -
XYZ 29.5 27.45 70.07 -
YUV 142.03 170.87 111.58 -
System Red Green Blue C M Y K H S L
Decimal 119 139 218 0.45 0.36 0 0.15 227.88 0.57 0.66
Hex 77 8B DA 2D 24 0 F E4 39 42
Octal 167 213 332 55 44 0 17 344 71 102
Binary 1110111 10001011 11011010 101101 100100 0 1111 11100100 111001 1000010

Color Harmonies of #778BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BDA

Black with #778BDA

Text Example


Text Example

White with #778BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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