Html Css Color HEX #7881DD Portage

📋 copy color: '#7881DD'

red 120 ◦ green 129 ◦ blue 221

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

Shades of Portage #7881DD

Tints of Portage #7881DD

RGB

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

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

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

R = 25.53%
G = 27.45%
B = 47.02%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7881DD (or 0x7881DD) is known color: Portage. HEX triplet: 78, 81 and DD. RGB value is (120,129,221). Sum of RGB (Red+Green+Blue) = 120+129+221=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #7881DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7881DD is #877E22. Grayscale: #888888. Windows color (decimal): -8879651 or 14516600. OLE color: 14516600.

HSL color Cylindrical-coordinate representation of color #7881DD: hue angle of 234.65º 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 #7881DD is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 129 221 -
CMYK 0.46 0.42 0 0.13
HSL 234.65º 0.6% 0.67% -
HSV(B) 234.65º 0.46% 0.87% -
XYZ 28.65 24.91 71.71 -
YUV 136.8 175.52 116.02 -
System Red Green Blue C M Y K H S L
Decimal 120 129 221 0.46 0.42 0 0.13 234.65 0.6 0.67
Hex 78 81 DD 2E 2A 0 D EB 3C 43
Octal 170 201 335 56 52 0 15 353 74 103
Binary 1111000 10000001 11011101 101110 101010 0 1101 11101011 111100 1000011

Color Harmonies of #7881DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7881DD

Black with #7881DD

Text Example


Text Example

White with #7881DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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