Html Css Color HEX #7689DD Portage

📋 copy color: '#7689DD'

red 118 ◦ green 137 ◦ blue 221

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

Shades of Portage #7689DD

Tints of Portage #7689DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 24.79%
G = 28.78%
B = 46.43%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7689DD (or 0x7689DD) is known color: Portage. HEX triplet: 76, 89 and DD. RGB value is (118,137,221). Sum of RGB (Red+Green+Blue) = 118+137+221=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #7689DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7689DD is #897622. Grayscale: #8C8C8C. Windows color (decimal): -9008675 or 14518646. OLE color: 14518646.

HSL color Cylindrical-coordinate representation of color #7689DD: hue angle of 228.93º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7689DD is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 137 221 -
CMYK 0.47 0.38 0 0.13
HSL 228.93º 0.6% 0.66% -
HSV(B) 228.93º 0.47% 0.87% -
XYZ 29.47 26.96 72.06 -
YUV 140.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 118 137 221 0.47 0.38 0 0.13 228.93 0.6 0.66
Hex 76 89 DD 2F 26 0 D E5 3C 42
Octal 166 211 335 57 46 0 15 345 74 102
Binary 1110110 10001001 11011101 101111 100110 0 1101 11100101 111100 1000010

Color Harmonies of #7689DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7689DD

Black with #7689DD

Text Example


Text Example

White with #7689DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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