Html Css Color HEX #7A87EA Portage

📋 copy color: '#7A87EA'

red 122 ◦ green 135 ◦ blue 234

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

Shades of Portage #7A87EA

Tints of Portage #7A87EA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.49%

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 24.85%
G = 27.49%
B = 47.66%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A87EA (or 0x7A87EA) is known color: Portage. HEX triplet: 7A, 87 and EA. RGB value is (122,135,234). Sum of RGB (Red+Green+Blue) = 122+135+234=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A87EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A87EA is #857815. Grayscale: #8D8D8D. Windows color (decimal): -8747030 or 15370106. OLE color: 15370106.

HSL color Cylindrical-coordinate representation of color #7A87EA: hue angle of 233.04º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A87EA is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 135 234 -
CMYK 0.48 0.42 0 0.08
HSL 233.04º 0.73% 0.7% -
HSV(B) 233.04º 0.48% 0.92% -
XYZ 31.54 27.41 81.47 -
YUV 142.4 179.69 113.45 -
System Red Green Blue C M Y K H S L
Decimal 122 135 234 0.48 0.42 0 0.08 233.04 0.73 0.7
Hex 7A 87 EA 30 2A 0 8 E9 49 46
Octal 172 207 352 60 52 0 10 351 111 106
Binary 1111010 10000111 11101010 110000 101010 0 1000 11101001 1001001 1000110

Color Harmonies of #7A87EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A87EA

Black with #7A87EA

Text Example


Text Example

White with #7A87EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,135,234); }

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

background-color css

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

 a { background-color: rgb(122,135,234); }

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

border-color css

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

 span { border-color: rgb(122,135,234); }

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