Html Css Color HEX #788FDC Portage

📋 copy color: '#788FDC'

red 120 ◦ green 143 ◦ blue 220

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

Shades of Portage #788FDC

Tints of Portage #788FDC

RGB

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

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

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

R = 24.84%
G = 29.61%
B = 45.55%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#788FDC (or 0x788FDC) is known color: Portage. HEX triplet: 78, 8F and DC. RGB value is (120,143,220). Sum of RGB (Red+Green+Blue) = 120+143+220=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #788FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FDC is #877023. Grayscale: #909090. Windows color (decimal): -8876068 or 14454648. OLE color: 14454648.

HSL color Cylindrical-coordinate representation of color #788FDC: hue angle of 226.2º 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 #788FDC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 143 220 -
CMYK 0.45 0.35 0 0.14
HSL 226.2º 0.59% 0.67% -
HSV(B) 226.2º 0.45% 0.86% -
XYZ 30.49 28.81 71.66 -
YUV 144.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 120 143 220 0.45 0.35 0 0.14 226.2 0.59 0.67
Hex 78 8F DC 2D 23 0 E E2 3B 43
Octal 170 217 334 55 43 0 16 342 73 103
Binary 1111000 10001111 11011100 101101 100011 0 1110 11100010 111011 1000011

Color Harmonies of #788FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788FDC

Black with #788FDC

Text Example


Text Example

White with #788FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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