Html Css Color HEX #7788DC Portage

📋 copy color: '#7788DC'

red 119 ◦ green 136 ◦ blue 220

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

Shades of Portage #7788DC

Tints of Portage #7788DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.63%

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 25.05%
G = 28.63%
B = 46.32%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7788DC (or 0x7788DC) is known color: Portage. HEX triplet: 77, 88 and DC. RGB value is (119,136,220). Sum of RGB (Red+Green+Blue) = 119+136+220=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #7788DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7788DC is #887723. Grayscale: #8C8C8C. Windows color (decimal): -8943396 or 14452855. OLE color: 14452855.

HSL color Cylindrical-coordinate representation of color #7788DC: hue angle of 229.9º 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 #7788DC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 136 220 -
CMYK 0.46 0.38 0 0.14
HSL 229.9º 0.59% 0.66% -
HSV(B) 229.9º 0.46% 0.86% -
XYZ 29.33 26.7 71.32 -
YUV 140.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 119 136 220 0.46 0.38 0 0.14 229.9 0.59 0.66
Hex 77 88 DC 2E 26 0 E E6 3B 42
Octal 167 210 334 56 46 0 16 346 73 102
Binary 1110111 10001000 11011100 101110 100110 0 1110 11100110 111011 1000010

Color Harmonies of #7788DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7788DC

Black with #7788DC

Text Example


Text Example

White with #7788DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7788DC; }

 p { color: rgb(119,136,220); }

 H1.HeaderClassName
 {
   color: #7788DC;
 }
 .AnyTagClassName
 {
   color: #7788DC;
 }
</style>

background-color css

<style>
 a { background-color: #7788DC; }

 a { background-color: rgb(119,136,220); }

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

border-color css

<style>
 span { border-color: #7788DC; }

 span { border-color: rgb(119,136,220); }

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