Html Css Color HEX #788FDA Portage

📋 copy color: '#788FDA'

red 120 ◦ green 143 ◦ blue 218

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

Shades of Portage #788FDA

Tints of Portage #788FDA

RGB

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

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

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

R = 24.95%
G = 29.73%
B = 45.32%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#788FDA (or 0x788FDA) is known color: Portage. HEX triplet: 78, 8F and DA. RGB value is (120,143,218). Sum of RGB (Red+Green+Blue) = 120+143+218=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #788FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FDA is #877025. Grayscale: #909090. Windows color (decimal): -8876070 or 14323576. OLE color: 14323576.

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

Color convert

RGB 120 143 218 -
CMYK 0.45 0.34 0 0.15
HSL 225.92º 0.57% 0.66% -
HSV(B) 225.92º 0.45% 0.85% -
XYZ 30.22 28.7 70.28 -
YUV 144.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 120 143 218 0.45 0.34 0 0.15 225.92 0.57 0.66
Hex 78 8F DA 2D 22 0 F E2 39 42
Octal 170 217 332 55 42 0 17 342 71 102
Binary 1111000 10001111 11011010 101101 100010 0 1111 11100010 111001 1000010

Color Harmonies of #788FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788FDA

Black with #788FDA

Text Example


Text Example

White with #788FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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