Html Css Color HEX #7691DA Portage

📋 copy color: '#7691DA'

red 118 ◦ green 145 ◦ blue 218

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

Shades of Portage #7691DA

Tints of Portage #7691DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 24.53%
G = 30.15%
B = 45.32%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7691DA (or 0x7691DA) is known color: Portage. HEX triplet: 76, 91 and DA. RGB value is (118,145,218). Sum of RGB (Red+Green+Blue) = 118+145+218=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #7691DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7691DA is #896E25. Grayscale: #909090. Windows color (decimal): -9006630 or 14324086. OLE color: 14324086.

HSL color Cylindrical-coordinate representation of color #7691DA: hue angle of 223.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7691DA is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 145 218 -
CMYK 0.46 0.33 0 0.15
HSL 223.8º 0.57% 0.66% -
HSV(B) 223.8º 0.46% 0.85% -
XYZ 30.25 29.16 70.36 -
YUV 145.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 118 145 218 0.46 0.33 0 0.15 223.8 0.57 0.66
Hex 76 91 DA 2E 21 0 F E0 39 42
Octal 166 221 332 56 41 0 17 340 71 102
Binary 1110110 10010001 11011010 101110 100001 0 1111 11100000 111001 1000010

Color Harmonies of #7691DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7691DA

Black with #7691DA

Text Example


Text Example

White with #7691DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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