Html Css Color HEX #7A8CDD Portage

📋 copy color: '#7A8CDD'

red 122 ◦ green 140 ◦ blue 221

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

Shades of Portage #7A8CDD

Tints of Portage #7A8CDD

RGB

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

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

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

R = 25.26%
G = 28.99%
B = 45.76%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A8CDD (or 0x7A8CDD) is known color: Portage. HEX triplet: 7A, 8C and DD. RGB value is (122,140,221). Sum of RGB (Red+Green+Blue) = 122+140+221=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A8CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CDD is #857322. Grayscale: #8F8F8F. Windows color (decimal): -8745763 or 14519418. OLE color: 14519418.

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

Color convert

RGB 122 140 221 -
CMYK 0.45 0.37 0 0.13
HSL 229.09º 0.59% 0.67% -
HSV(B) 229.09º 0.45% 0.87% -
XYZ 30.46 28.11 72.23 -
YUV 143.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 122 140 221 0.45 0.37 0 0.13 229.09 0.59 0.67
Hex 7A 8C DD 2D 25 0 D E5 3B 43
Octal 172 214 335 55 45 0 15 345 73 103
Binary 1111010 10001100 11011101 101101 100101 0 1101 11100101 111011 1000011

Color Harmonies of #7A8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8CDD

Black with #7A8CDD

Text Example


Text Example

White with #7A8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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