Html Css Color HEX #7996DF Portage

📋 copy color: '#7996DF'

red 121 ◦ green 150 ◦ blue 223

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

Shades of Portage #7996DF

Tints of Portage #7996DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 24.49%
G = 30.36%
B = 45.14%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7996DF (or 0x7996DF) is known color: Portage. HEX triplet: 79, 96 and DF. RGB value is (121,150,223). Sum of RGB (Red+Green+Blue) = 121+150+223=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #7996DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996DF is #866920. Grayscale: #959595. Windows color (decimal): -8808737 or 14653049. OLE color: 14653049.

HSL color Cylindrical-coordinate representation of color #7996DF: hue angle of 222.94º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7996DF is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 150 223 -
CMYK 0.46 0.33 0 0.13
HSL 222.94º 0.61% 0.67% -
HSV(B) 222.94º 0.46% 0.87% -
XYZ 32.11 31.21 74.14 -
YUV 149.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 121 150 223 0.46 0.33 0 0.13 222.94 0.61 0.67
Hex 79 96 DF 2E 21 0 D DF 3D 43
Octal 171 226 337 56 41 0 15 337 75 103
Binary 1111001 10010110 11011111 101110 100001 0 1101 11011111 111101 1000011

Color Harmonies of #7996DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7996DF

Black with #7996DF

Text Example


Text Example

White with #7996DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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