Html Css Color HEX #778ADD Portage

📋 copy color: '#778ADD'

red 119 ◦ green 138 ◦ blue 221

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

Shades of Portage #778ADD

Tints of Portage #778ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 24.9%
G = 28.87%
B = 46.23%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#778ADD (or 0x778ADD) is known color: Portage. HEX triplet: 77, 8A and DD. RGB value is (119,138,221). Sum of RGB (Red+Green+Blue) = 119+138+221=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #778ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ADD is #887522. Grayscale: #8D8D8D. Windows color (decimal): -8942883 or 14518903. OLE color: 14518903.

HSL color Cylindrical-coordinate representation of color #778ADD: hue angle of 228.82º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #778ADD is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 138 221 -
CMYK 0.46 0.38 0 0.13
HSL 228.82º 0.6% 0.67% -
HSV(B) 228.82º 0.46% 0.87% -
XYZ 29.75 27.32 72.11 -
YUV 141.78 172.71 111.75 -
System Red Green Blue C M Y K H S L
Decimal 119 138 221 0.46 0.38 0 0.13 228.82 0.6 0.67
Hex 77 8A DD 2E 26 0 D E5 3C 43
Octal 167 212 335 56 46 0 15 345 74 103
Binary 1110111 10001010 11011101 101110 100110 0 1101 11100101 111100 1000011

Color Harmonies of #778ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778ADD

Black with #778ADD

Text Example


Text Example

White with #778ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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