Html Css Color HEX #7A96DC Portage

📋 copy color: '#7A96DC'

red 122 ◦ green 150 ◦ blue 220

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

Shades of Portage #7A96DC

Tints of Portage #7A96DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.49%

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

R = 24.8%
G = 30.49%
B = 44.72%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A96DC (or 0x7A96DC) is known color: Portage. HEX triplet: 7A, 96 and DC. RGB value is (122,150,220). Sum of RGB (Red+Green+Blue) = 122+150+220=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A96DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A96DC is #856923. Grayscale: #959595. Windows color (decimal): -8743204 or 14456442. OLE color: 14456442.

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

Color convert

RGB 122 150 220 -
CMYK 0.45 0.32 0 0.14
HSL 222.86º 0.58% 0.67% -
HSV(B) 222.86º 0.45% 0.86% -
XYZ 31.85 31.12 72.04 -
YUV 149.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 122 150 220 0.45 0.32 0 0.14 222.86 0.58 0.67
Hex 7A 96 DC 2D 20 0 E DF 3A 43
Octal 172 226 334 55 40 0 16 337 72 103
Binary 1111010 10010110 11011100 101101 100000 0 1110 11011111 111010 1000011

Color Harmonies of #7A96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A96DC

Black with #7A96DC

Text Example


Text Example

White with #7A96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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