Html Css Color HEX #7688DD Portage

📋 copy color: '#7688DD'

red 118 ◦ green 136 ◦ blue 221

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

Shades of Portage #7688DD

Tints of Portage #7688DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.63%

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

R = 24.84%
G = 28.63%
B = 46.53%

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

#7688DD (or 0x7688DD) is known color: Portage. HEX triplet: 76, 88 and DD. RGB value is (118,136,221). Sum of RGB (Red+Green+Blue) = 118+136+221=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #7688DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7688DD is #897722. Grayscale: #8B8B8B. Windows color (decimal): -9008931 or 14518390. OLE color: 14518390.

HSL color Cylindrical-coordinate representation of color #7688DD: hue angle of 229.51º 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 #7688DD is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 136 221 -
CMYK 0.47 0.38 0 0.13
HSL 229.51º 0.6% 0.66% -
HSV(B) 229.51º 0.47% 0.87% -
XYZ 29.33 26.68 72.01 -
YUV 140.31 173.54 112.09 -
System Red Green Blue C M Y K H S L
Decimal 118 136 221 0.47 0.38 0 0.13 229.51 0.6 0.66
Hex 76 88 DD 2F 26 0 D E6 3C 42
Octal 166 210 335 57 46 0 15 346 74 102
Binary 1110110 10001000 11011101 101111 100110 0 1101 11100110 111100 1000010

Color Harmonies of #7688DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7688DD

Black with #7688DD

Text Example


Text Example

White with #7688DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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