Html Css Color HEX #788FE5 Portage

📋 copy color: '#788FE5'

red 120 ◦ green 143 ◦ blue 229

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

Shades of Portage #788FE5

Tints of Portage #788FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.54%

R = 24.39%
G = 29.07%
B = 46.54%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#788FE5 (or 0x788FE5) is known color: Portage. HEX triplet: 78, 8F and E5. RGB value is (120,143,229). Sum of RGB (Red+Green+Blue) = 120+143+229=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #788FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FE5 is #87701A. Grayscale: #919191. Windows color (decimal): -8876059 or 15044472. OLE color: 15044472.

HSL color Cylindrical-coordinate representation of color #788FE5: hue angle of 227.34º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #788FE5 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 143 229 -
CMYK 0.48 0.38 0 0.10
HSL 227.34º 0.68% 0.68% -
HSV(B) 227.34º 0.48% 0.9% -
XYZ 31.71 29.3 78.11 -
YUV 145.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 120 143 229 0.48 0.38 0 0.10 227.34 0.68 0.68
Hex 78 8F E5 30 26 0 A E3 44 44
Octal 170 217 345 60 46 0 12 343 104 104
Binary 1111000 10001111 11100101 110000 100110 0 1010 11100011 1000100 1000100

Color Harmonies of #788FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788FE5

Black with #788FE5

Text Example


Text Example

White with #788FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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