Html Css Color HEX #7A8CE0 Portage

📋 copy color: '#7A8CE0'

red 122 ◦ green 140 ◦ blue 224

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

Shades of Portage #7A8CE0

Tints of Portage #7A8CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.81%

 BLUE value IS 224 (87.89% from 255) = 46.09%

R = 25.1%
G = 28.81%
B = 46.09%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7A8CE0 (or 0x7A8CE0) is known color: Portage. HEX triplet: 7A, 8C and E0. RGB value is (122,140,224). Sum of RGB (Red+Green+Blue) = 122+140+224=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #7A8CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CE0 is #85731F. Grayscale: #8F8F8F. Windows color (decimal): -8745760 or 14716026. OLE color: 14716026.

HSL color Cylindrical-coordinate representation of color #7A8CE0: hue angle of 229.41º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A8CE0 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 122 140 224 -
CMYK 0.46 0.38 0 0.12
HSL 229.41º 0.62% 0.68% -
HSV(B) 229.41º 0.46% 0.88% -
XYZ 30.86 28.28 74.35 -
YUV 144.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 122 140 224 0.46 0.38 0 0.12 229.41 0.62 0.68
Hex 7A 8C E0 2E 26 0 C E5 3E 44
Octal 172 214 340 56 46 0 14 345 76 104
Binary 1111010 10001100 11100000 101110 100110 0 1100 11100101 111110 1000100

Color Harmonies of #7A8CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8CE0

Black with #7A8CE0

Text Example


Text Example

White with #7A8CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,140,224); }

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

background-color css

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

 a { background-color: rgb(122,140,224); }

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

border-color css

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

 span { border-color: rgb(122,140,224); }

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