Html Css Color HEX #7998DF Portage

📋 copy color: '#7998DF'

red 121 ◦ green 152 ◦ blue 223

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

Shades of Portage #7998DF

Tints of Portage #7998DF

RGB

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

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

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

R = 24.4%
G = 30.65%
B = 44.96%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7998DF (or 0x7998DF) is known color: Portage. HEX triplet: 79, 98 and DF. RGB value is (121,152,223). Sum of RGB (Red+Green+Blue) = 121+152+223=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #7998DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998DF is #866720. Grayscale: #969696. Windows color (decimal): -8808225 or 14653561. OLE color: 14653561.

HSL color Cylindrical-coordinate representation of color #7998DF: hue angle of 221.76º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7998DF is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 152 223 -
CMYK 0.46 0.32 0 0.13
HSL 221.76º 0.61% 0.67% -
HSV(B) 221.76º 0.46% 0.87% -
XYZ 32.43 31.85 74.25 -
YUV 150.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 121 152 223 0.46 0.32 0 0.13 221.76 0.61 0.67
Hex 79 98 DF 2E 20 0 D DE 3D 43
Octal 171 230 337 56 40 0 15 336 75 103
Binary 1111001 10011000 11011111 101110 100000 0 1101 11011110 111101 1000011

Color Harmonies of #7998DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7998DF

Black with #7998DF

Text Example


Text Example

White with #7998DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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