Html Css Color HEX #788AE5 Portage

📋 copy color: '#788AE5'

red 120 ◦ green 138 ◦ blue 229

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

Shades of Portage #788AE5

Tints of Portage #788AE5

RGB

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

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

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

R = 24.64%
G = 28.34%
B = 47.02%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#788AE5 (or 0x788AE5) is known color: Portage. HEX triplet: 78, 8A and E5. RGB value is (120,138,229). Sum of RGB (Red+Green+Blue) = 120+138+229=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #788AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788AE5 is #87751A. Grayscale: #8E8E8E. Windows color (decimal): -8877339 or 15043192. OLE color: 15043192.

HSL color Cylindrical-coordinate representation of color #788AE5: hue angle of 230.09º 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 #788AE5 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 138 229 -
CMYK 0.48 0.40 0 0.10
HSL 230.09º 0.68% 0.68% -
HSV(B) 230.09º 0.48% 0.9% -
XYZ 30.98 27.83 77.87 -
YUV 142.99 176.54 111.6 -
System Red Green Blue C M Y K H S L
Decimal 120 138 229 0.48 0.40 0 0.10 230.09 0.68 0.68
Hex 78 8A E5 30 28 0 A E6 44 44
Octal 170 212 345 60 50 0 12 346 104 104
Binary 1111000 10001010 11100101 110000 101000 0 1010 11100110 1000100 1000100

Color Harmonies of #788AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788AE5

Black with #788AE5

Text Example


Text Example

White with #788AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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