Html Css Color HEX #778FDD Portage

📋 copy color: '#778FDD'

red 119 ◦ green 143 ◦ blue 221

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

Shades of Portage #778FDD

Tints of Portage #778FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 24.64%
G = 29.61%
B = 45.76%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#778FDD (or 0x778FDD) is known color: Portage. HEX triplet: 77, 8F and DD. RGB value is (119,143,221). Sum of RGB (Red+Green+Blue) = 119+143+221=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #778FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FDD is #887022. Grayscale: #909090. Windows color (decimal): -8941603 or 14520183. OLE color: 14520183.

HSL color Cylindrical-coordinate representation of color #778FDD: hue angle of 225.88º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #778FDD is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 143 221 -
CMYK 0.46 0.35 0 0.13
HSL 225.88º 0.6% 0.67% -
HSV(B) 225.88º 0.46% 0.87% -
XYZ 30.48 28.79 72.36 -
YUV 144.72 171.05 109.66 -
System Red Green Blue C M Y K H S L
Decimal 119 143 221 0.46 0.35 0 0.13 225.88 0.6 0.67
Hex 77 8F DD 2E 23 0 D E2 3C 43
Octal 167 217 335 56 43 0 15 342 74 103
Binary 1110111 10001111 11011101 101110 100011 0 1101 11100010 111100 1000011

Color Harmonies of #778FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FDD

Black with #778FDD

Text Example


Text Example

White with #778FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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