Html Css Color HEX #778FDC Portage

📋 copy color: '#778FDC'

red 119 ◦ green 143 ◦ blue 220

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

Shades of Portage #778FDC

Tints of Portage #778FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 24.69%
G = 29.67%
B = 45.64%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#778FDC (or 0x778FDC) is known color: Portage. HEX triplet: 77, 8F and DC. RGB value is (119,143,220). Sum of RGB (Red+Green+Blue) = 119+143+220=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #778FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FDC is #887023. Grayscale: #909090. Windows color (decimal): -8941604 or 14454647. OLE color: 14454647.

HSL color Cylindrical-coordinate representation of color #778FDC: hue angle of 225.74º degrees, saturation: 0.59, 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 #778FDC is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 143 220 -
CMYK 0.46 0.35 0 0.14
HSL 225.74º 0.59% 0.66% -
HSV(B) 225.74º 0.46% 0.86% -
XYZ 30.35 28.73 71.66 -
YUV 144.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 119 143 220 0.46 0.35 0 0.14 225.74 0.59 0.66
Hex 77 8F DC 2E 23 0 E E2 3B 42
Octal 167 217 334 56 43 0 16 342 73 102
Binary 1110111 10001111 11011100 101110 100011 0 1110 11100010 111011 1000010

Color Harmonies of #778FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FDC

Black with #778FDC

Text Example


Text Example

White with #778FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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