Html Css Color HEX #7691D1 Portage

📋 copy color: '#7691D1'

red 118 ◦ green 145 ◦ blue 209

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

Shades of Portage #7691D1

Tints of Portage #7691D1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.72%

 BLUE value IS 209 (82.03% from 255) = 44.28%

R = 25%
G = 30.72%
B = 44.28%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7691D1 (or 0x7691D1) is known color: Portage. HEX triplet: 76, 91 and D1. RGB value is (118,145,209). Sum of RGB (Red+Green+Blue) = 118+145+209=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #7691D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7691D1 is #896E2E. Grayscale: #8F8F8F. Windows color (decimal): -9006639 or 13734262. OLE color: 13734262.

HSL color Cylindrical-coordinate representation of color #7691D1: hue angle of 222.2º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7691D1 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 145 209 -
CMYK 0.44 0.31 0 0.18
HSL 222.2º 0.5% 0.64% -
HSV(B) 222.2º 0.44% 0.82% -
XYZ 29.11 28.71 64.33 -
YUV 144.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 118 145 209 0.44 0.31 0 0.18 222.2 0.5 0.64
Hex 76 91 D1 2C 1F 0 12 DE 32 40
Octal 166 221 321 54 37 0 22 336 62 100
Binary 1110110 10010001 11010001 101100 11111 0 10010 11011110 110010 1000000

Color Harmonies of #7691D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7691D1

Black with #7691D1

Text Example


Text Example

White with #7691D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7691D1; }

 p { color: rgb(118,145,209); }

 H1.HeaderClassName
 {
   color: #7691D1;
 }
 .AnyTagClassName
 {
   color: #7691D1;
 }
</style>

background-color css

<style>
 a { background-color: #7691D1; }

 a { background-color: rgb(118,145,209); }

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

border-color css

<style>
 span { border-color: #7691D1; }

 span { border-color: rgb(118,145,209); }

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