Html Css Color HEX #788BDC Portage

📋 copy color: '#788BDC'

red 120 ◦ green 139 ◦ blue 220

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

Shades of Portage #788BDC

Tints of Portage #788BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 25.05%
G = 29.02%
B = 45.93%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#788BDC (or 0x788BDC) is known color: Portage. HEX triplet: 78, 8B and DC. RGB value is (120,139,220). Sum of RGB (Red+Green+Blue) = 120+139+220=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #788BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BDC is #877423. Grayscale: #8E8E8E. Windows color (decimal): -8877092 or 14453624. OLE color: 14453624.

HSL color Cylindrical-coordinate representation of color #788BDC: hue angle of 228.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #788BDC is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 139 220 -
CMYK 0.45 0.37 0 0.14
HSL 228.6º 0.59% 0.67% -
HSV(B) 228.6º 0.45% 0.86% -
XYZ 29.9 27.63 71.47 -
YUV 142.55 171.71 111.91 -
System Red Green Blue C M Y K H S L
Decimal 120 139 220 0.45 0.37 0 0.14 228.6 0.59 0.67
Hex 78 8B DC 2D 25 0 E E5 3B 43
Octal 170 213 334 55 45 0 16 345 73 103
Binary 1111000 10001011 11011100 101101 100101 0 1110 11100101 111011 1000011

Color Harmonies of #788BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BDC

Black with #788BDC

Text Example


Text Example

White with #788BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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