Html Css Color HEX #7A8FDC Portage

📋 copy color: '#7A8FDC'

red 122 ◦ green 143 ◦ blue 220

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

Shades of Portage #7A8FDC

Tints of Portage #7A8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.48%

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 25.15%
G = 29.48%
B = 45.36%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A8FDC (or 0x7A8FDC) is known color: Portage. HEX triplet: 7A, 8F and DC. RGB value is (122,143,220). Sum of RGB (Red+Green+Blue) = 122+143+220=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A8FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8FDC is #857023. Grayscale: #919191. Windows color (decimal): -8744996 or 14454650. OLE color: 14454650.

HSL color Cylindrical-coordinate representation of color #7A8FDC: hue angle of 227.14º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A8FDC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 143 220 -
CMYK 0.45 0.35 0 0.14
HSL 227.14º 0.58% 0.67% -
HSV(B) 227.14º 0.45% 0.86% -
XYZ 30.77 28.95 71.68 -
YUV 145.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 122 143 220 0.45 0.35 0 0.14 227.14 0.58 0.67
Hex 7A 8F DC 2D 23 0 E E3 3A 43
Octal 172 217 334 55 43 0 16 343 72 103
Binary 1111010 10001111 11011100 101101 100011 0 1110 11100011 111010 1000011

Color Harmonies of #7A8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8FDC

Black with #7A8FDC

Text Example


Text Example

White with #7A8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,143,220); }

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

background-color css

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

 a { background-color: rgb(122,143,220); }

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

border-color css

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

 span { border-color: rgb(122,143,220); }

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