Html Css Color HEX #788FDB Portage

📋 copy color: '#788FDB'

red 120 ◦ green 143 ◦ blue 219

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

Shades of Portage #788FDB

Tints of Portage #788FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.67%

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

R = 24.9%
G = 29.67%
B = 45.44%

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

#788FDB (or 0x788FDB) is known color: Portage. HEX triplet: 78, 8F and DB. RGB value is (120,143,219). Sum of RGB (Red+Green+Blue) = 120+143+219=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #788FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FDB is #877024. Grayscale: #909090. Windows color (decimal): -8876069 or 14389112. OLE color: 14389112.

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

Color convert

RGB 120 143 219 -
CMYK 0.45 0.35 0 0.14
HSL 226.06º 0.58% 0.66% -
HSV(B) 226.06º 0.45% 0.86% -
XYZ 30.35 28.75 70.97 -
YUV 144.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 120 143 219 0.45 0.35 0 0.14 226.06 0.58 0.66
Hex 78 8F DB 2D 23 0 E E2 3A 42
Octal 170 217 333 55 43 0 16 342 72 102
Binary 1111000 10001111 11011011 101101 100011 0 1110 11100010 111010 1000010

Color Harmonies of #788FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788FDB

Black with #788FDB

Text Example


Text Example

White with #788FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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