Html Css Color HEX #7A8CD1 Portage

📋 copy color: '#7A8CD1'

red 122 ◦ green 140 ◦ blue 209

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

Shades of Portage #7A8CD1

Tints of Portage #7A8CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.37%

R = 25.9%
G = 29.72%
B = 44.37%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7A8CD1 (or 0x7A8CD1) is known color: Portage. HEX triplet: 7A, 8C and D1. RGB value is (122,140,209). Sum of RGB (Red+Green+Blue) = 122+140+209=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #7A8CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CD1 is #85732E. Grayscale: #8E8E8E. Windows color (decimal): -8745775 or 13732986. OLE color: 13732986.

HSL color Cylindrical-coordinate representation of color #7A8CD1: hue angle of 227.59º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A8CD1 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 140 209 -
CMYK 0.42 0.33 0 0.18
HSL 227.59º 0.49% 0.65% -
HSV(B) 227.59º 0.42% 0.82% -
XYZ 28.91 27.5 64.11 -
YUV 142.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 122 140 209 0.42 0.33 0 0.18 227.59 0.49 0.65
Hex 7A 8C D1 2A 21 0 12 E4 31 41
Octal 172 214 321 52 41 0 22 344 61 101
Binary 1111010 10001100 11010001 101010 100001 0 10010 11100100 110001 1000001

Color Harmonies of #7A8CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8CD1

Black with #7A8CD1

Text Example


Text Example

White with #7A8CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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