Html Css Color HEX #7997D5 Portage

📋 copy color: '#7997D5'

red 121 ◦ green 151 ◦ blue 213

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

Shades of Portage #7997D5

Tints of Portage #7997D5

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.13%

 BLUE value IS 213 (83.59% from 255) = 43.92%

R = 24.95%
G = 31.13%
B = 43.92%

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

#7997D5 (or 0x7997D5) is known color: Portage. HEX triplet: 79, 97 and D5. RGB value is (121,151,213). Sum of RGB (Red+Green+Blue) = 121+151+213=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #7997D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997D5 is #86682A. Grayscale: #949494. Windows color (decimal): -8808491 or 13997945. OLE color: 13997945.

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

Color convert

RGB 121 151 213 -
CMYK 0.43 0.29 0 0.16
HSL 220.43º 0.52% 0.65% -
HSV(B) 220.43º 0.43% 0.84% -
XYZ 30.96 31 67.3 -
YUV 149.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 121 151 213 0.43 0.29 0 0.16 220.43 0.52 0.65
Hex 79 97 D5 2B 1D 0 10 DC 34 41
Octal 171 227 325 53 35 0 20 334 64 101
Binary 1111001 10010111 11010101 101011 11101 0 10000 11011100 110100 1000001

Color Harmonies of #7997D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7997D5

Black with #7997D5

Text Example


Text Example

White with #7997D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7997D5; }

 p { color: rgb(121,151,213); }

 H1.HeaderClassName
 {
   color: #7997D5;
 }
 .AnyTagClassName
 {
   color: #7997D5;
 }
</style>

background-color css

<style>
 a { background-color: #7997D5; }

 a { background-color: rgb(121,151,213); }

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

border-color css

<style>
 span { border-color: #7997D5; }

 span { border-color: rgb(121,151,213); }

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