Html Css Color HEX #7A97DF Portage

📋 copy color: '#7A97DF'

red 122 ◦ green 151 ◦ blue 223

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

Shades of Portage #7A97DF

Tints of Portage #7A97DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.44%

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

R = 24.6%
G = 30.44%
B = 44.96%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A97DF (or 0x7A97DF) is known color: Portage. HEX triplet: 7A, 97 and DF. RGB value is (122,151,223). Sum of RGB (Red+Green+Blue) = 122+151+223=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A97DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A97DF is #856820. Grayscale: #969696. Windows color (decimal): -8742945 or 14653306. OLE color: 14653306.

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

Color convert

RGB 122 151 223 -
CMYK 0.45 0.32 0 0.13
HSL 222.77º 0.61% 0.68% -
HSV(B) 222.77º 0.45% 0.87% -
XYZ 32.41 31.6 74.2 -
YUV 150.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 122 151 223 0.45 0.32 0 0.13 222.77 0.61 0.68
Hex 7A 97 DF 2D 20 0 D DF 3D 44
Octal 172 227 337 55 40 0 15 337 75 104
Binary 1111010 10010111 11011111 101101 100000 0 1101 11011111 111101 1000100

Color Harmonies of #7A97DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A97DF

Black with #7A97DF

Text Example


Text Example

White with #7A97DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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