Html Css Color HEX #7881DC Portage

📋 copy color: '#7881DC'

red 120 ◦ green 129 ◦ blue 220

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

Shades of Portage #7881DC

Tints of Portage #7881DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.51%

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

R = 25.59%
G = 27.51%
B = 46.91%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7881DC (or 0x7881DC) is known color: Portage. HEX triplet: 78, 81 and DC. RGB value is (120,129,220). Sum of RGB (Red+Green+Blue) = 120+129+220=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #7881DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7881DC is #877E23. Grayscale: #888888. Windows color (decimal): -8879652 or 14451064. OLE color: 14451064.

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

Color convert

RGB 120 129 220 -
CMYK 0.45 0.41 0 0.14
HSL 234.6º 0.59% 0.67% -
HSV(B) 234.6º 0.45% 0.86% -
XYZ 28.51 24.86 71.01 -
YUV 136.68 175.02 116.1 -
System Red Green Blue C M Y K H S L
Decimal 120 129 220 0.45 0.41 0 0.14 234.6 0.59 0.67
Hex 78 81 DC 2D 29 0 E EB 3B 43
Octal 170 201 334 55 51 0 16 353 73 103
Binary 1111000 10000001 11011100 101101 101001 0 1110 11101011 111011 1000011

Color Harmonies of #7881DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7881DC

Black with #7881DC

Text Example


Text Example

White with #7881DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,129,220); }

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

background-color css

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

 a { background-color: rgb(120,129,220); }

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

border-color css

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

 span { border-color: rgb(120,129,220); }

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