Html Css Color HEX #7689DB Portage

📋 copy color: '#7689DB'

red 118 ◦ green 137 ◦ blue 219

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

Shades of Portage #7689DB

Tints of Portage #7689DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.9%

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

R = 24.89%
G = 28.9%
B = 46.2%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7689DB (or 0x7689DB) is known color: Portage. HEX triplet: 76, 89 and DB. RGB value is (118,137,219). Sum of RGB (Red+Green+Blue) = 118+137+219=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #7689DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7689DB is #897624. Grayscale: #8C8C8C. Windows color (decimal): -9008677 or 14387574. OLE color: 14387574.

HSL color Cylindrical-coordinate representation of color #7689DB: hue angle of 228.71º 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 #7689DB is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 137 219 -
CMYK 0.46 0.37 0 0.14
HSL 228.71º 0.58% 0.66% -
HSV(B) 228.71º 0.46% 0.86% -
XYZ 29.2 26.86 70.66 -
YUV 140.67 172.21 111.83 -
System Red Green Blue C M Y K H S L
Decimal 118 137 219 0.46 0.37 0 0.14 228.71 0.58 0.66
Hex 76 89 DB 2E 25 0 E E5 3A 42
Octal 166 211 333 56 45 0 16 345 72 102
Binary 1110110 10001001 11011011 101110 100101 0 1110 11100101 111010 1000010

Color Harmonies of #7689DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7689DB

Black with #7689DB

Text Example


Text Example

White with #7689DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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