Html Css Color HEX #788ADC Portage

📋 copy color: '#788ADC'

red 120 ◦ green 138 ◦ blue 220

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

Shades of Portage #788ADC

Tints of Portage #788ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 25.1%
G = 28.87%
B = 46.03%

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

#788ADC (or 0x788ADC) is known color: Portage. HEX triplet: 78, 8A and DC. RGB value is (120,138,220). Sum of RGB (Red+Green+Blue) = 120+138+220=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #788ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ADC is #877523. Grayscale: #8D8D8D. Windows color (decimal): -8877348 or 14453368. OLE color: 14453368.

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

Color convert

RGB 120 138 220 -
CMYK 0.45 0.37 0 0.14
HSL 229.2º 0.59% 0.67% -
HSV(B) 229.2º 0.45% 0.86% -
XYZ 29.75 27.34 71.42 -
YUV 141.97 172.04 112.33 -
System Red Green Blue C M Y K H S L
Decimal 120 138 220 0.45 0.37 0 0.14 229.2 0.59 0.67
Hex 78 8A DC 2D 25 0 E E5 3B 43
Octal 170 212 334 55 45 0 16 345 73 103
Binary 1111000 10001010 11011100 101101 100101 0 1110 11100101 111011 1000011

Color Harmonies of #788ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788ADC

Black with #788ADC

Text Example


Text Example

White with #788ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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