Html Css Color HEX #7696D5 Portage

📋 copy color: '#7696D5'

red 118 ◦ green 150 ◦ blue 213

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

Shades of Portage #7696D5

Tints of Portage #7696D5

RGB

 RED value IS 118 (46.48% from 255) = 24.53%

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

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 24.53%
G = 31.19%
B = 44.28%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7696D5 (or 0x7696D5) is known color: Portage. HEX triplet: 76, 96 and D5. RGB value is (118,150,213). Sum of RGB (Red+Green+Blue) = 118+150+213=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #7696D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696D5 is #89692A. Grayscale: #939393. Windows color (decimal): -9005355 or 13997686. OLE color: 13997686.

HSL color Cylindrical-coordinate representation of color #7696D5: hue angle of 219.79º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7696D5 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 150 213 -
CMYK 0.45 0.30 0 0.16
HSL 219.79º 0.53% 0.65% -
HSV(B) 219.79º 0.45% 0.84% -
XYZ 30.39 30.47 67.23 -
YUV 147.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 118 150 213 0.45 0.30 0 0.16 219.79 0.53 0.65
Hex 76 96 D5 2D 1E 0 10 DC 35 41
Octal 166 226 325 55 36 0 20 334 65 101
Binary 1110110 10010110 11010101 101101 11110 0 10000 11011100 110101 1000001

Color Harmonies of #7696D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7696D5

Black with #7696D5

Text Example


Text Example

White with #7696D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7696D5; }

 p { color: rgb(118,150,213); }

 H1.HeaderClassName
 {
   color: #7696D5;
 }
 .AnyTagClassName
 {
   color: #7696D5;
 }
</style>

background-color css

<style>
 a { background-color: #7696D5; }

 a { background-color: rgb(118,150,213); }

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

border-color css

<style>
 span { border-color: #7696D5; }

 span { border-color: rgb(118,150,213); }

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