Html Css Color HEX #7696D6 Portage

📋 copy color: '#7696D6'

red 118 ◦ green 150 ◦ blue 214

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

Shades of Portage #7696D6

Tints of Portage #7696D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 24.48%
G = 31.12%
B = 44.4%

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

#7696D6 (or 0x7696D6) is known color: Portage. HEX triplet: 76, 96 and D6. RGB value is (118,150,214). Sum of RGB (Red+Green+Blue) = 118+150+214=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #7696D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696D6 is #896929. Grayscale: #939393. Windows color (decimal): -9005354 or 14063222. OLE color: 14063222.

HSL color Cylindrical-coordinate representation of color #7696D6: hue angle of 220º degrees, saturation: 0.54, 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 #7696D6 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 150 214 -
CMYK 0.45 0.30 0 0.16
HSL 220º 0.54% 0.65% -
HSV(B) 220º 0.45% 0.84% -
XYZ 30.52 30.52 67.9 -
YUV 147.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 118 150 214 0.45 0.30 0 0.16 220 0.54 0.65
Hex 76 96 D6 2D 1E 0 10 DC 36 41
Octal 166 226 326 55 36 0 20 334 66 101
Binary 1110110 10010110 11010110 101101 11110 0 10000 11011100 110110 1000001

Color Harmonies of #7696D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7696D6

Black with #7696D6

Text Example


Text Example

White with #7696D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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