Html Css Color HEX #788EDB Portage

📋 copy color: '#788EDB'

red 120 ◦ green 142 ◦ blue 219

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

Shades of Portage #788EDB

Tints of Portage #788EDB

RGB

 RED value IS 120 (47.27% from 255) = 24.95%

 GREEN value IS 142 (55.86% from 255) = 29.52%

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

R = 24.95%
G = 29.52%
B = 45.53%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#788EDB (or 0x788EDB) is known color: Portage. HEX triplet: 78, 8E and DB. RGB value is (120,142,219). Sum of RGB (Red+Green+Blue) = 120+142+219=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #788EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788EDB is #877124. Grayscale: #8F8F8F. Windows color (decimal): -8876325 or 14388856. OLE color: 14388856.

HSL color Cylindrical-coordinate representation of color #788EDB: hue angle of 226.67º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #788EDB is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 142 219 -
CMYK 0.45 0.35 0 0.14
HSL 226.67º 0.58% 0.66% -
HSV(B) 226.67º 0.45% 0.86% -
XYZ 30.2 28.45 70.92 -
YUV 144.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 120 142 219 0.45 0.35 0 0.14 226.67 0.58 0.66
Hex 78 8E DB 2D 23 0 E E3 3A 42
Octal 170 216 333 55 43 0 16 343 72 102
Binary 1111000 10001110 11011011 101101 100011 0 1110 11100011 111010 1000010

Color Harmonies of #788EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788EDB

Black with #788EDB

Text Example


Text Example

White with #788EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788EDB; }

 p { color: rgb(120,142,219); }

 H1.HeaderClassName
 {
   color: #788EDB;
 }
 .AnyTagClassName
 {
   color: #788EDB;
 }
</style>

background-color css

<style>
 a { background-color: #788EDB; }

 a { background-color: rgb(120,142,219); }

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

border-color css

<style>
 span { border-color: #788EDB; }

 span { border-color: rgb(120,142,219); }

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