Html Css Color HEX #7998E0 Portage

📋 copy color: '#7998E0'

red 121 ◦ green 152 ◦ blue 224

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

Shades of Portage #7998E0

Tints of Portage #7998E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.07%

R = 24.35%
G = 30.58%
B = 45.07%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7998E0 (or 0x7998E0) is known color: Portage. HEX triplet: 79, 98 and E0. RGB value is (121,152,224). Sum of RGB (Red+Green+Blue) = 121+152+224=497 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.35% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #7998E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998E0 is #86671F. Grayscale: #969696. Windows color (decimal): -8808224 or 14719097. OLE color: 14719097.

HSL color Cylindrical-coordinate representation of color #7998E0: hue angle of 221.94º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7998E0 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 121 152 224 -
CMYK 0.46 0.32 0 0.12
HSL 221.94º 0.62% 0.68% -
HSV(B) 221.94º 0.46% 0.88% -
XYZ 32.57 31.9 74.96 -
YUV 150.94 169.23 106.65 -
System Red Green Blue C M Y K H S L
Decimal 121 152 224 0.46 0.32 0 0.12 221.94 0.62 0.68
Hex 79 98 E0 2E 20 0 C DE 3E 44
Octal 171 230 340 56 40 0 14 336 76 104
Binary 1111001 10011000 11100000 101110 100000 0 1100 11011110 111110 1000100

Color Harmonies of #7998E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7998E0

Black with #7998E0

Text Example


Text Example

White with #7998E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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