Html Css Color HEX #778ADB Portage

📋 copy color: '#778ADB'

red 119 ◦ green 138 ◦ blue 219

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

Shades of Portage #778ADB

Tints of Portage #778ADB

RGB

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

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

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

R = 25%
G = 28.99%
B = 46.01%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#778ADB (or 0x778ADB) is known color: Portage. HEX triplet: 77, 8A and DB. RGB value is (119,138,219). Sum of RGB (Red+Green+Blue) = 119+138+219=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #778ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ADB is #887524. Grayscale: #8D8D8D. Windows color (decimal): -8942885 or 14387831. OLE color: 14387831.

HSL color Cylindrical-coordinate representation of color #778ADB: hue angle of 228.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 #778ADB is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 138 219 -
CMYK 0.46 0.37 0 0.14
HSL 228.6º 0.58% 0.66% -
HSV(B) 228.6º 0.46% 0.86% -
XYZ 29.48 27.21 70.72 -
YUV 141.55 171.71 111.91 -
System Red Green Blue C M Y K H S L
Decimal 119 138 219 0.46 0.37 0 0.14 228.6 0.58 0.66
Hex 77 8A DB 2E 25 0 E E5 3A 42
Octal 167 212 333 56 45 0 16 345 72 102
Binary 1110111 10001010 11011011 101110 100101 0 1110 11100101 111010 1000010

Color Harmonies of #778ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778ADB

Black with #778ADB

Text Example


Text Example

White with #778ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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