Html Css Color HEX #7882DA Portage

📋 copy color: '#7882DA'

red 120 ◦ green 130 ◦ blue 218

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

Shades of Portage #7882DA

Tints of Portage #7882DA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.78%

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 25.64%
G = 27.78%
B = 46.58%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7882DA (or 0x7882DA) is known color: Portage. HEX triplet: 78, 82 and DA. RGB value is (120,130,218). Sum of RGB (Red+Green+Blue) = 120+130+218=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #7882DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7882DA is #877D25. Grayscale: #888888. Windows color (decimal): -8879398 or 14320248. OLE color: 14320248.

HSL color Cylindrical-coordinate representation of color #7882DA: hue angle of 233.88º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7882DA is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 130 218 -
CMYK 0.45 0.40 0 0.15
HSL 233.88º 0.57% 0.66% -
HSV(B) 233.88º 0.45% 0.85% -
XYZ 28.38 25.02 69.66 -
YUV 137.04 173.69 115.84 -
System Red Green Blue C M Y K H S L
Decimal 120 130 218 0.45 0.40 0 0.15 233.88 0.57 0.66
Hex 78 82 DA 2D 28 0 F EA 39 42
Octal 170 202 332 55 50 0 17 352 71 102
Binary 1111000 10000010 11011010 101101 101000 0 1111 11101010 111001 1000010

Color Harmonies of #7882DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7882DA

Black with #7882DA

Text Example


Text Example

White with #7882DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7882DA; }

 p { color: rgb(120,130,218); }

 H1.HeaderClassName
 {
   color: #7882DA;
 }
 .AnyTagClassName
 {
   color: #7882DA;
 }
</style>

background-color css

<style>
 a { background-color: #7882DA; }

 a { background-color: rgb(120,130,218); }

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

border-color css

<style>
 span { border-color: #7882DA; }

 span { border-color: rgb(120,130,218); }

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