Html Css Color HEX #788ADA Portage

📋 copy color: '#788ADA'

red 120 ◦ green 138 ◦ blue 218

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

Shades of Portage #788ADA

Tints of Portage #788ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 25.21%
G = 28.99%
B = 45.8%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#788ADA (or 0x788ADA) is known color: Portage. HEX triplet: 78, 8A and DA. RGB value is (120,138,218). Sum of RGB (Red+Green+Blue) = 120+138+218=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #788ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ADA is #877525. Grayscale: #8D8D8D. Windows color (decimal): -8877350 or 14322296. OLE color: 14322296.

HSL color Cylindrical-coordinate representation of color #788ADA: hue angle of 228.98º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #788ADA is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 138 218 -
CMYK 0.45 0.37 0 0.15
HSL 228.98º 0.57% 0.66% -
HSV(B) 228.98º 0.45% 0.85% -
XYZ 29.49 27.23 70.03 -
YUV 141.74 171.04 112.5 -
System Red Green Blue C M Y K H S L
Decimal 120 138 218 0.45 0.37 0 0.15 228.98 0.57 0.66
Hex 78 8A DA 2D 25 0 F E5 39 42
Octal 170 212 332 55 45 0 17 345 71 102
Binary 1111000 10001010 11011010 101101 100101 0 1111 11100101 111001 1000010

Color Harmonies of #788ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788ADA

Black with #788ADA

Text Example


Text Example

White with #788ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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