Html Css Color HEX #778CDA Portage

📋 copy color: '#778CDA'

red 119 ◦ green 140 ◦ blue 218

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

Shades of Portage #778CDA

Tints of Portage #778CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

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

R = 24.95%
G = 29.35%
B = 45.7%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#778CDA (or 0x778CDA) is known color: Portage. HEX triplet: 77, 8C and DA. RGB value is (119,140,218). Sum of RGB (Red+Green+Blue) = 119+140+218=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #778CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CDA is #887325. Grayscale: #8E8E8E. Windows color (decimal): -8942374 or 14322807. OLE color: 14322807.

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

Color convert

RGB 119 140 218 -
CMYK 0.45 0.36 0 0.15
HSL 227.27º 0.57% 0.66% -
HSV(B) 227.27º 0.45% 0.85% -
XYZ 29.64 27.74 70.12 -
YUV 142.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 119 140 218 0.45 0.36 0 0.15 227.27 0.57 0.66
Hex 77 8C DA 2D 24 0 F E3 39 42
Octal 167 214 332 55 44 0 17 343 71 102
Binary 1110111 10001100 11011010 101101 100100 0 1111 11100011 111001 1000010

Color Harmonies of #778CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CDA

Black with #778CDA

Text Example


Text Example

White with #778CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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