Html Css Color HEX #778CDD Portage

📋 copy color: '#778CDD'

red 119 ◦ green 140 ◦ blue 221

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

Shades of Portage #778CDD

Tints of Portage #778CDD

RGB

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

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

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

R = 24.79%
G = 29.17%
B = 46.04%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#778CDD (or 0x778CDD) is known color: Portage. HEX triplet: 77, 8C and DD. RGB value is (119,140,221). Sum of RGB (Red+Green+Blue) = 119+140+221=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #778CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CDD is #887322. Grayscale: #8E8E8E. Windows color (decimal): -8942371 or 14519415. OLE color: 14519415.

HSL color Cylindrical-coordinate representation of color #778CDD: hue angle of 227.65º 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 #778CDD is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 140 221 -
CMYK 0.46 0.37 0 0.13
HSL 227.65º 0.6% 0.67% -
HSV(B) 227.65º 0.46% 0.87% -
XYZ 30.04 27.9 72.21 -
YUV 142.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 119 140 221 0.46 0.37 0 0.13 227.65 0.6 0.67
Hex 77 8C DD 2E 25 0 D E4 3C 43
Octal 167 214 335 56 45 0 15 344 74 103
Binary 1110111 10001100 11011101 101110 100101 0 1101 11100100 111100 1000011

Color Harmonies of #778CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CDD

Black with #778CDD

Text Example


Text Example

White with #778CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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