Html Css Color HEX #778ADE Portage

📋 copy color: '#778ADE'

red 119 ◦ green 138 ◦ blue 222

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

Shades of Portage #778ADE

Tints of Portage #778ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.35%

R = 24.84%
G = 28.81%
B = 46.35%

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

#778ADE (or 0x778ADE) is known color: Portage. HEX triplet: 77, 8A and DE. RGB value is (119,138,222). Sum of RGB (Red+Green+Blue) = 119+138+222=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #778ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ADE is #887521. Grayscale: #8D8D8D. Windows color (decimal): -8942882 or 14584439. OLE color: 14584439.

HSL color Cylindrical-coordinate representation of color #778ADE: hue angle of 228.93º degrees, saturation: 0.61, 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 #778ADE is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 138 222 -
CMYK 0.46 0.38 0 0.13
HSL 228.93º 0.61% 0.67% -
HSV(B) 228.93º 0.46% 0.87% -
XYZ 29.88 27.37 72.82 -
YUV 141.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 119 138 222 0.46 0.38 0 0.13 228.93 0.61 0.67
Hex 77 8A DE 2E 26 0 D E5 3D 43
Octal 167 212 336 56 46 0 15 345 75 103
Binary 1110111 10001010 11011110 101110 100110 0 1101 11100101 111101 1000011

Color Harmonies of #778ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778ADE

Black with #778ADE

Text Example


Text Example

White with #778ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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