Html Css Color HEX #778CD6 Portage

📋 copy color: '#778CD6'

red 119 ◦ green 140 ◦ blue 214

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

Shades of Portage #778CD6

Tints of Portage #778CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 25.16%
G = 29.6%
B = 45.24%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#778CD6 (or 0x778CD6) is known color: Portage. HEX triplet: 77, 8C and D6. RGB value is (119,140,214). Sum of RGB (Red+Green+Blue) = 119+140+214=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #778CD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CD6 is #887329. Grayscale: #8D8D8D. Windows color (decimal): -8942378 or 14060663. OLE color: 14060663.

HSL color Cylindrical-coordinate representation of color #778CD6: hue angle of 226.74º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #778CD6 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 140 214 -
CMYK 0.44 0.35 0 0.16
HSL 226.74º 0.54% 0.65% -
HSV(B) 226.74º 0.44% 0.84% -
XYZ 29.12 27.53 67.4 -
YUV 142.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 119 140 214 0.44 0.35 0 0.16 226.74 0.54 0.65
Hex 77 8C D6 2C 23 0 10 E3 36 41
Octal 167 214 326 54 43 0 20 343 66 101
Binary 1110111 10001100 11010110 101100 100011 0 10000 11100011 110110 1000001

Color Harmonies of #778CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CD6

Black with #778CD6

Text Example


Text Example

White with #778CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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