Html Css Color HEX #7A98DC Portage

📋 copy color: '#7A98DC'

red 122 ◦ green 152 ◦ blue 220

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

Shades of Portage #7A98DC

Tints of Portage #7A98DC

RGB

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

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

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

R = 24.7%
G = 30.77%
B = 44.53%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A98DC (or 0x7A98DC) is known color: Portage. HEX triplet: 7A, 98 and DC. RGB value is (122,152,220). Sum of RGB (Red+Green+Blue) = 122+152+220=494 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.70% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A98DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A98DC is #856723. Grayscale: #969696. Windows color (decimal): -8742692 or 14456954. OLE color: 14456954.

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

Color convert

RGB 122 152 220 -
CMYK 0.45 0.31 0 0.14
HSL 221.63º 0.58% 0.67% -
HSV(B) 221.63º 0.45% 0.86% -
XYZ 32.17 31.76 72.15 -
YUV 150.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 122 152 220 0.45 0.31 0 0.14 221.63 0.58 0.67
Hex 7A 98 DC 2D 1F 0 E DE 3A 43
Octal 172 230 334 55 37 0 16 336 72 103
Binary 1111010 10011000 11011100 101101 11111 0 1110 11011110 111010 1000011

Color Harmonies of #7A98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A98DC

Black with #7A98DC

Text Example


Text Example

White with #7A98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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