Html Css Color HEX #788FD0 Portage

📋 copy color: '#788FD0'

red 120 ◦ green 143 ◦ blue 208

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

Shades of Portage #788FD0

Tints of Portage #788FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 25.48%
G = 30.36%
B = 44.16%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#788FD0 (or 0x788FD0) is known color: Portage. HEX triplet: 78, 8F and D0. RGB value is (120,143,208). Sum of RGB (Red+Green+Blue) = 120+143+208=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #788FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FD0 is #87702F. Grayscale: #8F8F8F. Windows color (decimal): -8876080 or 13668216. OLE color: 13668216.

HSL color Cylindrical-coordinate representation of color #788FD0: hue angle of 224.32º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #788FD0 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 143 208 -
CMYK 0.42 0.31 0 0.18
HSL 224.32º 0.48% 0.64% -
HSV(B) 224.32º 0.42% 0.82% -
XYZ 28.95 28.19 63.59 -
YUV 143.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 120 143 208 0.42 0.31 0 0.18 224.32 0.48 0.64
Hex 78 8F D0 2A 1F 0 12 E0 30 40
Octal 170 217 320 52 37 0 22 340 60 100
Binary 1111000 10001111 11010000 101010 11111 0 10010 11100000 110000 1000000

Color Harmonies of #788FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788FD0

Black with #788FD0

Text Example


Text Example

White with #788FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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