Html Css Color HEX #7884DB Portage

📋 copy color: '#7884DB'

red 120 ◦ green 132 ◦ blue 219

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

Shades of Portage #7884DB

Tints of Portage #7884DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 25.48%
G = 28.03%
B = 46.5%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7884DB (or 0x7884DB) is known color: Portage. HEX triplet: 78, 84 and DB. RGB value is (120,132,219). Sum of RGB (Red+Green+Blue) = 120+132+219=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #7884DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7884DB is #877B24. Grayscale: #898989. Windows color (decimal): -8878885 or 14386296. OLE color: 14386296.

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

Color convert

RGB 120 132 219 -
CMYK 0.45 0.40 0 0.14
HSL 232.73º 0.58% 0.66% -
HSV(B) 232.73º 0.45% 0.86% -
XYZ 28.78 25.61 70.44 -
YUV 138.33 173.52 114.93 -
System Red Green Blue C M Y K H S L
Decimal 120 132 219 0.45 0.40 0 0.14 232.73 0.58 0.66
Hex 78 84 DB 2D 28 0 E E9 3A 42
Octal 170 204 333 55 50 0 16 351 72 102
Binary 1111000 10000100 11011011 101101 101000 0 1110 11101001 111010 1000010

Color Harmonies of #7884DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7884DB

Black with #7884DB

Text Example


Text Example

White with #7884DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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