Html Css Color HEX #788ADB Portage

📋 copy color: '#788ADB'

red 120 ◦ green 138 ◦ blue 219

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

Shades of Portage #788ADB

Tints of Portage #788ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.93%

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

R = 25.16%
G = 28.93%
B = 45.91%

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

#788ADB (or 0x788ADB) is known color: Portage. HEX triplet: 78, 8A and DB. RGB value is (120,138,219). Sum of RGB (Red+Green+Blue) = 120+138+219=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #788ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ADB is #877524. Grayscale: #8D8D8D. Windows color (decimal): -8877349 or 14387832. OLE color: 14387832.

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

Color convert

RGB 120 138 219 -
CMYK 0.45 0.37 0 0.14
HSL 229.09º 0.58% 0.66% -
HSV(B) 229.09º 0.45% 0.86% -
XYZ 29.62 27.28 70.72 -
YUV 141.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 120 138 219 0.45 0.37 0 0.14 229.09 0.58 0.66
Hex 78 8A DB 2D 25 0 E E5 3A 42
Octal 170 212 333 55 45 0 16 345 72 102
Binary 1111000 10001010 11011011 101101 100101 0 1110 11100101 111010 1000010

Color Harmonies of #788ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788ADB

Black with #788ADB

Text Example


Text Example

White with #788ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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