Html Css Color HEX #7A99DF Portage

📋 copy color: '#7A99DF'

red 122 ◦ green 153 ◦ blue 223

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

Shades of Portage #7A99DF

Tints of Portage #7A99DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.72%

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

R = 24.5%
G = 30.72%
B = 44.78%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A99DF (or 0x7A99DF) is known color: Portage. HEX triplet: 7A, 99 and DF. RGB value is (122,153,223). Sum of RGB (Red+Green+Blue) = 122+153+223=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A99DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A99DF is #856620. Grayscale: #979797. Windows color (decimal): -8742433 or 14653818. OLE color: 14653818.

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

Color convert

RGB 122 153 223 -
CMYK 0.45 0.31 0 0.13
HSL 221.58º 0.61% 0.68% -
HSV(B) 221.58º 0.45% 0.87% -
XYZ 32.74 32.25 74.31 -
YUV 151.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 122 153 223 0.45 0.31 0 0.13 221.58 0.61 0.68
Hex 7A 99 DF 2D 1F 0 D DE 3D 44
Octal 172 231 337 55 37 0 15 336 75 104
Binary 1111010 10011001 11011111 101101 11111 0 1101 11011110 111101 1000100

Color Harmonies of #7A99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A99DF

Black with #7A99DF

Text Example


Text Example

White with #7A99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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