Html Css Color HEX #7998D6 Portage

📋 copy color: '#7998D6'

red 121 ◦ green 152 ◦ blue 214

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

Shades of Portage #7998D6

Tints of Portage #7998D6

RGB

 RED value IS 121 (47.66% from 255) = 24.85%

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

 BLUE value IS 214 (83.98% from 255) = 43.94%

R = 24.85%
G = 31.21%
B = 43.94%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7998D6 (or 0x7998D6) is known color: Portage. HEX triplet: 79, 98 and D6. RGB value is (121,152,214). Sum of RGB (Red+Green+Blue) = 121+152+214=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #7998D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998D6 is #866729. Grayscale: #959595. Windows color (decimal): -8808234 or 14063737. OLE color: 14063737.

HSL color Cylindrical-coordinate representation of color #7998D6: hue angle of 220º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7998D6 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 152 214 -
CMYK 0.43 0.29 0 0.16
HSL 220º 0.53% 0.66% -
HSV(B) 220º 0.43% 0.84% -
XYZ 31.25 31.38 68.03 -
YUV 149.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 121 152 214 0.43 0.29 0 0.16 220 0.53 0.66
Hex 79 98 D6 2B 1D 0 10 DC 35 42
Octal 171 230 326 53 35 0 20 334 65 102
Binary 1111001 10011000 11010110 101011 11101 0 10000 11011100 110101 1000010

Color Harmonies of #7998D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7998D6

Black with #7998D6

Text Example


Text Example

White with #7998D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7998D6; }

 p { color: rgb(121,152,214); }

 H1.HeaderClassName
 {
   color: #7998D6;
 }
 .AnyTagClassName
 {
   color: #7998D6;
 }
</style>

background-color css

<style>
 a { background-color: #7998D6; }

 a { background-color: rgb(121,152,214); }

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

border-color css

<style>
 span { border-color: #7998D6; }

 span { border-color: rgb(121,152,214); }

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