Html Css Color HEX #788BDB Portage

📋 copy color: '#788BDB'

red 120 ◦ green 139 ◦ blue 219

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

Shades of Portage #788BDB

Tints of Portage #788BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.08%

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

R = 25.1%
G = 29.08%
B = 45.82%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#788BDB (or 0x788BDB) is known color: Portage. HEX triplet: 78, 8B and DB. RGB value is (120,139,219). Sum of RGB (Red+Green+Blue) = 120+139+219=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #788BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BDB is #877424. Grayscale: #8E8E8E. Windows color (decimal): -8877093 or 14388088. OLE color: 14388088.

HSL color Cylindrical-coordinate representation of color #788BDB: hue angle of 228.48º 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 #788BDB is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 139 219 -
CMYK 0.45 0.37 0 0.14
HSL 228.48º 0.58% 0.66% -
HSV(B) 228.48º 0.45% 0.86% -
XYZ 29.76 27.57 70.77 -
YUV 142.44 171.21 112 -
System Red Green Blue C M Y K H S L
Decimal 120 139 219 0.45 0.37 0 0.14 228.48 0.58 0.66
Hex 78 8B DB 2D 25 0 E E4 3A 42
Octal 170 213 333 55 45 0 16 344 72 102
Binary 1111000 10001011 11011011 101101 100101 0 1110 11100100 111010 1000010

Color Harmonies of #788BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BDB

Black with #788BDB

Text Example


Text Example

White with #788BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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