Html Css Color HEX #7A88DD Portage

📋 copy color: '#7A88DD'

red 122 ◦ green 136 ◦ blue 221

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

Shades of Portage #7A88DD

Tints of Portage #7A88DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.39%

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

R = 25.47%
G = 28.39%
B = 46.14%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A88DD (or 0x7A88DD) is known color: Portage. HEX triplet: 7A, 88 and DD. RGB value is (122,136,221). Sum of RGB (Red+Green+Blue) = 122+136+221=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A88DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A88DD is #857722. Grayscale: #8D8D8D. Windows color (decimal): -8746787 or 14518394. OLE color: 14518394.

HSL color Cylindrical-coordinate representation of color #7A88DD: hue angle of 231.52º 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 #7A88DD is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 136 221 -
CMYK 0.45 0.38 0 0.13
HSL 231.52º 0.59% 0.67% -
HSV(B) 231.52º 0.45% 0.87% -
XYZ 29.88 26.97 72.04 -
YUV 141.5 172.86 114.09 -
System Red Green Blue C M Y K H S L
Decimal 122 136 221 0.45 0.38 0 0.13 231.52 0.59 0.67
Hex 7A 88 DD 2D 26 0 D E8 3B 43
Octal 172 210 335 55 46 0 15 350 73 103
Binary 1111010 10001000 11011101 101101 100110 0 1101 11101000 111011 1000011

Color Harmonies of #7A88DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A88DD

Black with #7A88DD

Text Example


Text Example

White with #7A88DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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