Html Css Color HEX #7A96DF Portage

📋 copy color: '#7A96DF'

red 122 ◦ green 150 ◦ blue 223

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

Shades of Portage #7A96DF

Tints of Portage #7A96DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 24.65%
G = 30.3%
B = 45.05%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A96DF (or 0x7A96DF) is known color: Portage. HEX triplet: 7A, 96 and DF. RGB value is (122,150,223). Sum of RGB (Red+Green+Blue) = 122+150+223=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A96DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A96DF is #856920. Grayscale: #959595. Windows color (decimal): -8743201 or 14653050. OLE color: 14653050.

HSL color Cylindrical-coordinate representation of color #7A96DF: hue angle of 223.37º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A96DF is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 150 223 -
CMYK 0.45 0.33 0 0.13
HSL 223.37º 0.61% 0.68% -
HSV(B) 223.37º 0.45% 0.87% -
XYZ 32.25 31.28 74.15 -
YUV 149.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 122 150 223 0.45 0.33 0 0.13 223.37 0.61 0.68
Hex 7A 96 DF 2D 21 0 D DF 3D 44
Octal 172 226 337 55 41 0 15 337 75 104
Binary 1111010 10010110 11011111 101101 100001 0 1101 11011111 111101 1000100

Color Harmonies of #7A96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A96DF

Black with #7A96DF

Text Example


Text Example

White with #7A96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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