Html Css Color HEX #7996CF Portage

📋 copy color: '#7996CF'

red 121 ◦ green 150 ◦ blue 207

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

Shades of Portage #7996CF

Tints of Portage #7996CF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 25.31%
G = 31.38%
B = 43.31%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7996CF (or 0x7996CF) is known color: Portage. HEX triplet: 79, 96 and CF. RGB value is (121,150,207). Sum of RGB (Red+Green+Blue) = 121+150+207=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #7996CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996CF is #866930. Grayscale: #939393. Windows color (decimal): -8808753 or 13604473. OLE color: 13604473.

HSL color Cylindrical-coordinate representation of color #7996CF: hue angle of 219.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7996CF is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 150 207 -
CMYK 0.42 0.28 0 0.19
HSL 219.77º 0.47% 0.64% -
HSV(B) 219.77º 0.42% 0.81% -
XYZ 30.05 30.38 63.31 -
YUV 147.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 121 150 207 0.42 0.28 0 0.19 219.77 0.47 0.64
Hex 79 96 CF 2A 1C 0 13 DC 2F 40
Octal 171 226 317 52 34 0 23 334 57 100
Binary 1111001 10010110 11001111 101010 11100 0 10011 11011100 101111 1000000

Color Harmonies of #7996CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7996CF

Black with #7996CF

Text Example


Text Example

White with #7996CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7996CF; }

 p { color: rgb(121,150,207); }

 H1.HeaderClassName
 {
   color: #7996CF;
 }
 .AnyTagClassName
 {
   color: #7996CF;
 }
</style>

background-color css

<style>
 a { background-color: #7996CF; }

 a { background-color: rgb(121,150,207); }

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

border-color css

<style>
 span { border-color: #7996CF; }

 span { border-color: rgb(121,150,207); }

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