Html Css Color HEX #7691DB Portage

📋 copy color: '#7691DB'

red 118 ◦ green 145 ◦ blue 219

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

Shades of Portage #7691DB

Tints of Portage #7691DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 24.48%
G = 30.08%
B = 45.44%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7691DB (or 0x7691DB) is known color: Portage. HEX triplet: 76, 91 and DB. RGB value is (118,145,219). Sum of RGB (Red+Green+Blue) = 118+145+219=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #7691DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7691DB is #896E24. Grayscale: #919191. Windows color (decimal): -9006629 or 14389622. OLE color: 14389622.

HSL color Cylindrical-coordinate representation of color #7691DB: hue angle of 223.96º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7691DB is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 145 219 -
CMYK 0.46 0.34 0 0.14
HSL 223.96º 0.58% 0.66% -
HSV(B) 223.96º 0.46% 0.86% -
XYZ 30.38 29.22 71.06 -
YUV 145.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 118 145 219 0.46 0.34 0 0.14 223.96 0.58 0.66
Hex 76 91 DB 2E 22 0 E E0 3A 42
Octal 166 221 333 56 42 0 16 340 72 102
Binary 1110110 10010001 11011011 101110 100010 0 1110 11100000 111010 1000010

Color Harmonies of #7691DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7691DB

Black with #7691DB

Text Example


Text Example

White with #7691DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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