Html Css Color HEX #7689DA Portage

📋 copy color: '#7689DA'

red 118 ◦ green 137 ◦ blue 218

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

Shades of Portage #7689DA

Tints of Portage #7689DA

RGB

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

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

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

R = 24.95%
G = 28.96%
B = 46.09%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7689DA (or 0x7689DA) is known color: Portage. HEX triplet: 76, 89 and DA. RGB value is (118,137,218). Sum of RGB (Red+Green+Blue) = 118+137+218=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #7689DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7689DA is #897625. Grayscale: #8C8C8C. Windows color (decimal): -9008678 or 14322038. OLE color: 14322038.

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

Color convert

RGB 118 137 218 -
CMYK 0.46 0.37 0 0.15
HSL 228.6º 0.57% 0.66% -
HSV(B) 228.6º 0.46% 0.85% -
XYZ 29.07 26.8 69.97 -
YUV 140.55 171.71 111.91 -
System Red Green Blue C M Y K H S L
Decimal 118 137 218 0.46 0.37 0 0.15 228.6 0.57 0.66
Hex 76 89 DA 2E 25 0 F E5 39 42
Octal 166 211 332 56 45 0 17 345 71 102
Binary 1110110 10001001 11011010 101110 100101 0 1111 11100101 111001 1000010

Color Harmonies of #7689DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7689DA

Black with #7689DA

Text Example


Text Example

White with #7689DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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