#778FDC

Color #778FDC Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #778FDC

Tints of Portage #778FDC

Color information

#778FDC (or 0x778FDC) is unknown color: approx 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

RGB119143220-
CMYK0.460.3500.14
HSL225.74º59.06%66.47%-
HSV(B)225.74º45.91%86.27%-
XYZ30.3528.7371.66-
YUV144.6170.55109.74-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191432200.460.3500.14225.7459.0666.47
Hex778FDC2E230Ee23b42
Octal167217334564301634273102
Binary1110111100011111101110010111010001101110111000101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>