Html Css Color HEX #7A98DF Portage

📋 copy color: '#7A98DF'

red 122 ◦ green 152 ◦ blue 223

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

Shades of Portage #7A98DF

Tints of Portage #7A98DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.58%

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

R = 24.55%
G = 30.58%
B = 44.87%

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

#7A98DF (or 0x7A98DF) is known color: Portage. HEX triplet: 7A, 98 and DF. RGB value is (122,152,223). Sum of RGB (Red+Green+Blue) = 122+152+223=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A98DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A98DF is #856720. Grayscale: #969696. Windows color (decimal): -8742689 or 14653562. OLE color: 14653562.

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

Color convert

RGB 122 152 223 -
CMYK 0.45 0.32 0 0.13
HSL 222.18º 0.61% 0.68% -
HSV(B) 222.18º 0.45% 0.87% -
XYZ 32.57 31.92 74.26 -
YUV 151.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 122 152 223 0.45 0.32 0 0.13 222.18 0.61 0.68
Hex 7A 98 DF 2D 20 0 D DE 3D 44
Octal 172 230 337 55 40 0 15 336 75 104
Binary 1111010 10011000 11011111 101101 100000 0 1101 11011110 111101 1000100

Color Harmonies of #7A98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A98DF

Black with #7A98DF

Text Example


Text Example

White with #7A98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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