Html Css Color HEX #7A81DD Portage

📋 copy color: '#7A81DD'

red 122 ◦ green 129 ◦ blue 221

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

Shades of Portage #7A81DD

Tints of Portage #7A81DD

RGB

 RED value IS 122 (48.05% from 255) = 25.85%

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

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

R = 25.85%
G = 27.33%
B = 46.82%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A81DD (or 0x7A81DD) is known color: Portage. HEX triplet: 7A, 81 and DD. RGB value is (122,129,221). Sum of RGB (Red+Green+Blue) = 122+129+221=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A81DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A81DD is #857E22. Grayscale: #898989. Windows color (decimal): -8748579 or 14516602. OLE color: 14516602.

HSL color Cylindrical-coordinate representation of color #7A81DD: hue angle of 235.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A81DD is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 129 221 -
CMYK 0.45 0.42 0 0.13
HSL 235.76º 0.59% 0.67% -
HSV(B) 235.76º 0.45% 0.87% -
XYZ 28.93 25.06 71.72 -
YUV 137.4 175.18 117.02 -
System Red Green Blue C M Y K H S L
Decimal 122 129 221 0.45 0.42 0 0.13 235.76 0.59 0.67
Hex 7A 81 DD 2D 2A 0 D EC 3B 43
Octal 172 201 335 55 52 0 15 354 73 103
Binary 1111010 10000001 11011101 101101 101010 0 1101 11101100 111011 1000011

Color Harmonies of #7A81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A81DD

Black with #7A81DD

Text Example


Text Example

White with #7A81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A81DD; }

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

 H1.HeaderClassName
 {
   color: #7A81DD;
 }
 .AnyTagClassName
 {
   color: #7A81DD;
 }
</style>

background-color css

<style>
 a { background-color: #7A81DD; }

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

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

border-color css

<style>
 span { border-color: #7A81DD; }

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

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