Html Css Color HEX #7788DB Portage

📋 copy color: '#7788DB'

red 119 ◦ green 136 ◦ blue 219

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

Shades of Portage #7788DB

Tints of Portage #7788DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 25.11%
G = 28.69%
B = 46.2%

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

#7788DB (or 0x7788DB) is known color: Portage. HEX triplet: 77, 88 and DB. RGB value is (119,136,219). Sum of RGB (Red+Green+Blue) = 119+136+219=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #7788DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7788DB is #887724. Grayscale: #8C8C8C. Windows color (decimal): -8943397 or 14387319. OLE color: 14387319.

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

Color convert

RGB 119 136 219 -
CMYK 0.46 0.38 0 0.14
HSL 229.8º 0.58% 0.66% -
HSV(B) 229.8º 0.46% 0.86% -
XYZ 29.2 26.64 70.62 -
YUV 140.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 119 136 219 0.46 0.38 0 0.14 229.8 0.58 0.66
Hex 77 88 DB 2E 26 0 E E6 3A 42
Octal 167 210 333 56 46 0 16 346 72 102
Binary 1110111 10001000 11011011 101110 100110 0 1110 11100110 111010 1000010

Color Harmonies of #7788DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7788DB

Black with #7788DB

Text Example


Text Example

White with #7788DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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