Html Css Color HEX #788CDC Portage

📋 copy color: '#788CDC'

red 120 ◦ green 140 ◦ blue 220

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

Shades of Portage #788CDC

Tints of Portage #788CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.17%

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

R = 25%
G = 29.17%
B = 45.83%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#788CDC (or 0x788CDC) is known color: Portage. HEX triplet: 78, 8C and DC. RGB value is (120,140,220). Sum of RGB (Red+Green+Blue) = 120+140+220=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #788CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CDC is #877323. Grayscale: #8E8E8E. Windows color (decimal): -8876836 or 14453880. OLE color: 14453880.

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

Color convert

RGB 120 140 220 -
CMYK 0.45 0.36 0 0.14
HSL 228º 0.59% 0.67% -
HSV(B) 228º 0.45% 0.86% -
XYZ 30.04 27.92 71.52 -
YUV 143.14 171.37 111.5 -
System Red Green Blue C M Y K H S L
Decimal 120 140 220 0.45 0.36 0 0.14 228 0.59 0.67
Hex 78 8C DC 2D 24 0 E E4 3B 43
Octal 170 214 334 55 44 0 16 344 73 103
Binary 1111000 10001100 11011100 101101 100100 0 1110 11100100 111011 1000011

Color Harmonies of #788CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CDC

Black with #788CDC

Text Example


Text Example

White with #788CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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