Html Css Color HEX #788ED6 Portage

📋 copy color: '#788ED6'

red 120 ◦ green 142 ◦ blue 214

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

Shades of Portage #788ED6

Tints of Portage #788ED6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.83%

 BLUE value IS 214 (83.98% from 255) = 44.96%

R = 25.21%
G = 29.83%
B = 44.96%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#788ED6 (or 0x788ED6) is known color: Portage. HEX triplet: 78, 8E and D6. RGB value is (120,142,214). Sum of RGB (Red+Green+Blue) = 120+142+214=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #788ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ED6 is #877129. Grayscale: #8F8F8F. Windows color (decimal): -8876330 or 14061176. OLE color: 14061176.

HSL color Cylindrical-coordinate representation of color #788ED6: hue angle of 225.96º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #788ED6 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 142 214 -
CMYK 0.44 0.34 0 0.16
HSL 225.96º 0.53% 0.65% -
HSV(B) 225.96º 0.44% 0.84% -
XYZ 29.56 28.19 67.5 -
YUV 143.63 167.71 111.15 -
System Red Green Blue C M Y K H S L
Decimal 120 142 214 0.44 0.34 0 0.16 225.96 0.53 0.65
Hex 78 8E D6 2C 22 0 10 E2 35 41
Octal 170 216 326 54 42 0 20 342 65 101
Binary 1111000 10001110 11010110 101100 100010 0 10000 11100010 110101 1000001

Color Harmonies of #788ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788ED6

Black with #788ED6

Text Example


Text Example

White with #788ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,142,214); }

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

background-color css

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

 a { background-color: rgb(120,142,214); }

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

border-color css

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

 span { border-color: rgb(120,142,214); }

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