Html Css Color HEX #7997DB Portage

📋 copy color: '#7997DB'

red 121 ◦ green 151 ◦ blue 219

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

Shades of Portage #7997DB

Tints of Portage #7997DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 24.64%
G = 30.75%
B = 44.6%

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

#7997DB (or 0x7997DB) is known color: Portage. HEX triplet: 79, 97 and DB. RGB value is (121,151,219). Sum of RGB (Red+Green+Blue) = 121+151+219=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #7997DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997DB is #866824. Grayscale: #959595. Windows color (decimal): -8808485 or 14391161. OLE color: 14391161.

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

Color convert

RGB 121 151 219 -
CMYK 0.45 0.31 0 0.14
HSL 221.63º 0.58% 0.67% -
HSV(B) 221.63º 0.45% 0.86% -
XYZ 31.74 31.31 71.39 -
YUV 149.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 121 151 219 0.45 0.31 0 0.14 221.63 0.58 0.67
Hex 79 97 DB 2D 1F 0 E DE 3A 43
Octal 171 227 333 55 37 0 16 336 72 103
Binary 1111001 10010111 11011011 101101 11111 0 1110 11011110 111010 1000011

Color Harmonies of #7997DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7997DB

Black with #7997DB

Text Example


Text Example

White with #7997DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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