Html Css Color HEX #7997D0 Portage

📋 copy color: '#7997D0'

red 121 ◦ green 151 ◦ blue 208

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

Shades of Portage #7997D0

Tints of Portage #7997D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.33%

R = 25.21%
G = 31.46%
B = 43.33%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7997D0 (or 0x7997D0) is known color: Portage. HEX triplet: 79, 97 and D0. RGB value is (121,151,208). Sum of RGB (Red+Green+Blue) = 121+151+208=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #7997D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997D0 is #86682F. Grayscale: #949494. Windows color (decimal): -8808496 or 13670265. OLE color: 13670265.

HSL color Cylindrical-coordinate representation of color #7997D0: hue angle of 219.31º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7997D0 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 151 208 -
CMYK 0.42 0.27 0 0.18
HSL 219.31º 0.48% 0.65% -
HSV(B) 219.31º 0.42% 0.82% -
XYZ 30.34 30.75 64.01 -
YUV 148.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 121 151 208 0.42 0.27 0 0.18 219.31 0.48 0.65
Hex 79 97 D0 2A 1B 0 12 DB 30 41
Octal 171 227 320 52 33 0 22 333 60 101
Binary 1111001 10010111 11010000 101010 11011 0 10010 11011011 110000 1000001

Color Harmonies of #7997D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7997D0

Black with #7997D0

Text Example


Text Example

White with #7997D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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