Html Css Color HEX #778FDA Portage

📋 copy color: '#778FDA'

red 119 ◦ green 143 ◦ blue 218

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

Shades of Portage #778FDA

Tints of Portage #778FDA

RGB

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

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

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

R = 24.79%
G = 29.79%
B = 45.42%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#778FDA (or 0x778FDA) is known color: Portage. HEX triplet: 77, 8F and DA. RGB value is (119,143,218). Sum of RGB (Red+Green+Blue) = 119+143+218=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #778FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FDA is #887025. Grayscale: #909090. Windows color (decimal): -8941606 or 14323575. OLE color: 14323575.

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

Color convert

RGB 119 143 218 -
CMYK 0.45 0.34 0 0.15
HSL 225.45º 0.57% 0.66% -
HSV(B) 225.45º 0.45% 0.85% -
XYZ 30.09 28.63 70.27 -
YUV 144.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 119 143 218 0.45 0.34 0 0.15 225.45 0.57 0.66
Hex 77 8F DA 2D 22 0 F E1 39 42
Octal 167 217 332 55 42 0 17 341 71 102
Binary 1110111 10001111 11011010 101101 100010 0 1111 11100001 111001 1000010

Color Harmonies of #778FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FDA

Black with #778FDA

Text Example


Text Example

White with #778FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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