Html Css Color HEX #778FDB Portage

📋 copy color: '#778FDB'

red 119 ◦ green 143 ◦ blue 219

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

Shades of Portage #778FDB

Tints of Portage #778FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.73%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 24.74%
G = 29.73%
B = 45.53%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#778FDB (or 0x778FDB) is known color: Portage. HEX triplet: 77, 8F and DB. RGB value is (119,143,219). Sum of RGB (Red+Green+Blue) = 119+143+219=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #778FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FDB is #887024. Grayscale: #909090. Windows color (decimal): -8941605 or 14389111. OLE color: 14389111.

HSL color Cylindrical-coordinate representation of color #778FDB: hue angle of 225.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #778FDB is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 143 219 -
CMYK 0.46 0.35 0 0.14
HSL 225.6º 0.58% 0.66% -
HSV(B) 225.6º 0.46% 0.86% -
XYZ 30.22 28.68 70.96 -
YUV 144.49 170.05 109.82 -
System Red Green Blue C M Y K H S L
Decimal 119 143 219 0.46 0.35 0 0.14 225.6 0.58 0.66
Hex 77 8F DB 2E 23 0 E E2 3A 42
Octal 167 217 333 56 43 0 16 342 72 102
Binary 1110111 10001111 11011011 101110 100011 0 1110 11100010 111010 1000010

Color Harmonies of #778FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FDB

Black with #778FDB

Text Example


Text Example

White with #778FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,143,219); }

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

background-color css

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

 a { background-color: rgb(119,143,219); }

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

border-color css

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

 span { border-color: rgb(119,143,219); }

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