Html Css Color HEX #7882DD Portage

📋 copy color: '#7882DD'

red 120 ◦ green 130 ◦ blue 221

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

Shades of Portage #7882DD

Tints of Portage #7882DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 25.48%
G = 27.6%
B = 46.92%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7882DD (or 0x7882DD) is known color: Portage. HEX triplet: 78, 82 and DD. RGB value is (120,130,221). Sum of RGB (Red+Green+Blue) = 120+130+221=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #7882DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7882DD is #877D22. Grayscale: #898989. Windows color (decimal): -8879395 or 14516856. OLE color: 14516856.

HSL color Cylindrical-coordinate representation of color #7882DD: hue angle of 234.06º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7882DD is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 130 221 -
CMYK 0.46 0.41 0 0.13
HSL 234.06º 0.6% 0.67% -
HSV(B) 234.06º 0.46% 0.87% -
XYZ 28.78 25.18 71.75 -
YUV 137.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 120 130 221 0.46 0.41 0 0.13 234.06 0.6 0.67
Hex 78 82 DD 2E 29 0 D EA 3C 43
Octal 170 202 335 56 51 0 15 352 74 103
Binary 1111000 10000010 11011101 101110 101001 0 1101 11101010 111100 1000011

Color Harmonies of #7882DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7882DD

Black with #7882DD

Text Example


Text Example

White with #7882DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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