Html Css Color HEX #7998DC Portage

📋 copy color: '#7998DC'

red 121 ◦ green 152 ◦ blue 220

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

Shades of Portage #7998DC

Tints of Portage #7998DC

RGB

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

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

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

R = 24.54%
G = 30.83%
B = 44.62%

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

#7998DC (or 0x7998DC) is known color: Portage. HEX triplet: 79, 98 and DC. RGB value is (121,152,220). Sum of RGB (Red+Green+Blue) = 121+152+220=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #7998DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998DC is #866723. Grayscale: #969696. Windows color (decimal): -8808228 or 14456953. OLE color: 14456953.

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

Color convert

RGB 121 152 220 -
CMYK 0.45 0.31 0 0.14
HSL 221.21º 0.59% 0.67% -
HSV(B) 221.21º 0.45% 0.86% -
XYZ 32.03 31.69 72.14 -
YUV 150.48 167.23 106.97 -
System Red Green Blue C M Y K H S L
Decimal 121 152 220 0.45 0.31 0 0.14 221.21 0.59 0.67
Hex 79 98 DC 2D 1F 0 E DD 3B 43
Octal 171 230 334 55 37 0 16 335 73 103
Binary 1111001 10011000 11011100 101101 11111 0 1110 11011101 111011 1000011

Color Harmonies of #7998DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7998DC

Black with #7998DC

Text Example


Text Example

White with #7998DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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