Html Css Color HEX #7884D7 Portage

📋 copy color: '#7884D7'

red 120 ◦ green 132 ◦ blue 215

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

Shades of Portage #7884D7

Tints of Portage #7884D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.04%

R = 25.7%
G = 28.27%
B = 46.04%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7884D7 (or 0x7884D7) is known color: Portage. HEX triplet: 78, 84 and D7. RGB value is (120,132,215). Sum of RGB (Red+Green+Blue) = 120+132+215=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #7884D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7884D7 is #877B28. Grayscale: #898989. Windows color (decimal): -8878889 or 14124152. OLE color: 14124152.

HSL color Cylindrical-coordinate representation of color #7884D7: hue angle of 232.42º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7884D7 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 132 215 -
CMYK 0.44 0.39 0 0.16
HSL 232.42º 0.54% 0.66% -
HSV(B) 232.42º 0.44% 0.84% -
XYZ 28.26 25.4 67.7 -
YUV 137.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 120 132 215 0.44 0.39 0 0.16 232.42 0.54 0.66
Hex 78 84 D7 2C 27 0 10 E8 36 42
Octal 170 204 327 54 47 0 20 350 66 102
Binary 1111000 10000100 11010111 101100 100111 0 10000 11101000 110110 1000010

Color Harmonies of #7884D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7884D7

Black with #7884D7

Text Example


Text Example

White with #7884D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7884D7; }

 p { color: rgb(120,132,215); }

 H1.HeaderClassName
 {
   color: #7884D7;
 }
 .AnyTagClassName
 {
   color: #7884D7;
 }
</style>

background-color css

<style>
 a { background-color: #7884D7; }

 a { background-color: rgb(120,132,215); }

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

border-color css

<style>
 span { border-color: #7884D7; }

 span { border-color: rgb(120,132,215); }

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