Html Css Color HEX #7997DC Portage

📋 copy color: '#7997DC'

red 121 ◦ green 151 ◦ blue 220

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

Shades of Portage #7997DC

Tints of Portage #7997DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 24.59%
G = 30.69%
B = 44.72%

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

#7997DC (or 0x7997DC) is known color: Portage. HEX triplet: 79, 97 and DC. RGB value is (121,151,220). Sum of RGB (Red+Green+Blue) = 121+151+220=492 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.59% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #7997DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997DC is #866823. Grayscale: #959595. Windows color (decimal): -8808484 or 14456697. OLE color: 14456697.

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

Color convert

RGB 121 151 220 -
CMYK 0.45 0.31 0 0.14
HSL 221.82º 0.59% 0.67% -
HSV(B) 221.82º 0.45% 0.86% -
XYZ 31.87 31.37 72.08 -
YUV 149.9 167.56 107.39 -
System Red Green Blue C M Y K H S L
Decimal 121 151 220 0.45 0.31 0 0.14 221.82 0.59 0.67
Hex 79 97 DC 2D 1F 0 E DE 3B 43
Octal 171 227 334 55 37 0 16 336 73 103
Binary 1111001 10010111 11011100 101101 11111 0 1110 11011110 111011 1000011

Color Harmonies of #7997DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7997DC

Black with #7997DC

Text Example


Text Example

White with #7997DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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