Html Css Color HEX #788BD1 Portage

📋 copy color: '#788BD1'

red 120 ◦ green 139 ◦ blue 209

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

Shades of Portage #788BD1

Tints of Portage #788BD1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 25.64%
G = 29.7%
B = 44.66%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#788BD1 (or 0x788BD1) is known color: Portage. HEX triplet: 78, 8B and D1. RGB value is (120,139,209). Sum of RGB (Red+Green+Blue) = 120+139+209=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #788BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BD1 is #87742E. Grayscale: #8D8D8D. Windows color (decimal): -8877103 or 13732728. OLE color: 13732728.

HSL color Cylindrical-coordinate representation of color #788BD1: hue angle of 227.19º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #788BD1 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 139 209 -
CMYK 0.43 0.33 0 0.18
HSL 227.19º 0.49% 0.65% -
HSV(B) 227.19º 0.43% 0.82% -
XYZ 28.49 27.06 64.04 -
YUV 141.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 120 139 209 0.43 0.33 0 0.18 227.19 0.49 0.65
Hex 78 8B D1 2B 21 0 12 E3 31 41
Octal 170 213 321 53 41 0 22 343 61 101
Binary 1111000 10001011 11010001 101011 100001 0 10010 11100011 110001 1000001

Color Harmonies of #788BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BD1

Black with #788BD1

Text Example


Text Example

White with #788BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,139,209); }

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

background-color css

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

 a { background-color: rgb(120,139,209); }

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

border-color css

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

 span { border-color: rgb(120,139,209); }

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