Html Css Color HEX #7784DC Portage

📋 copy color: '#7784DC'

red 119 ◦ green 132 ◦ blue 220

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

Shades of Portage #7784DC

Tints of Portage #7784DC

RGB

 RED value IS 119 (46.88% from 255) = 25.27%

 GREEN value IS 132 (51.95% from 255) = 28.03%

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

R = 25.27%
G = 28.03%
B = 46.71%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7784DC (or 0x7784DC) is known color: Portage. HEX triplet: 77, 84 and DC. RGB value is (119,132,220). Sum of RGB (Red+Green+Blue) = 119+132+220=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #7784DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7784DC is #887B23. Grayscale: #898989. Windows color (decimal): -8944420 or 14451831. OLE color: 14451831.

HSL color Cylindrical-coordinate representation of color #7784DC: hue angle of 232.28º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7784DC is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 132 220 -
CMYK 0.46 0.40 0 0.14
HSL 232.28º 0.59% 0.66% -
HSV(B) 232.28º 0.46% 0.86% -
XYZ 28.78 25.59 71.13 -
YUV 138.15 174.19 114.34 -
System Red Green Blue C M Y K H S L
Decimal 119 132 220 0.46 0.40 0 0.14 232.28 0.59 0.66
Hex 77 84 DC 2E 28 0 E E8 3B 42
Octal 167 204 334 56 50 0 16 350 73 102
Binary 1110111 10000100 11011100 101110 101000 0 1110 11101000 111011 1000010

Color Harmonies of #7784DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7784DC

Black with #7784DC

Text Example


Text Example

White with #7784DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7784DC; }

 p { color: rgb(119,132,220); }

 H1.HeaderClassName
 {
   color: #7784DC;
 }
 .AnyTagClassName
 {
   color: #7784DC;
 }
</style>

background-color css

<style>
 a { background-color: #7784DC; }

 a { background-color: rgb(119,132,220); }

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

border-color css

<style>
 span { border-color: #7784DC; }

 span { border-color: rgb(119,132,220); }

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