Html Css Color HEX #778CD1 Portage

📋 copy color: '#778CD1'

red 119 ◦ green 140 ◦ blue 209

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

Shades of Portage #778CD1

Tints of Portage #778CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 25.43%
G = 29.91%
B = 44.66%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#778CD1 (or 0x778CD1) is known color: Portage. HEX triplet: 77, 8C and D1. RGB value is (119,140,209). Sum of RGB (Red+Green+Blue) = 119+140+209=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #778CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CD1 is #88732E. Grayscale: #8D8D8D. Windows color (decimal): -8942383 or 13732983. OLE color: 13732983.

HSL color Cylindrical-coordinate representation of color #778CD1: hue angle of 226º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #778CD1 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 140 209 -
CMYK 0.43 0.33 0 0.18
HSL 226º 0.49% 0.64% -
HSV(B) 226º 0.43% 0.82% -
XYZ 28.49 27.28 64.09 -
YUV 141.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 119 140 209 0.43 0.33 0 0.18 226 0.49 0.64
Hex 77 8C D1 2B 21 0 12 E2 31 40
Octal 167 214 321 53 41 0 22 342 61 100
Binary 1110111 10001100 11010001 101011 100001 0 10010 11100010 110001 1000000

Color Harmonies of #778CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CD1

Black with #778CD1

Text Example


Text Example

White with #778CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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