Html Css Color HEX #7684D8 Portage

📋 copy color: '#7684D8'

red 118 ◦ green 132 ◦ blue 216

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

Shades of Portage #7684D8

Tints of Portage #7684D8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.33%

 BLUE value IS 216 (84.77% from 255) = 46.35%

R = 25.32%
G = 28.33%
B = 46.35%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7684D8 (or 0x7684D8) is known color: Portage. HEX triplet: 76, 84 and D8. RGB value is (118,132,216). Sum of RGB (Red+Green+Blue) = 118+132+216=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #7684D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7684D8 is #897B27. Grayscale: #898989. Windows color (decimal): -9009960 or 14189686. OLE color: 14189686.

HSL color Cylindrical-coordinate representation of color #7684D8: hue angle of 231.43º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7684D8 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 132 216 -
CMYK 0.45 0.39 0 0.15
HSL 231.43º 0.56% 0.65% -
HSV(B) 231.43º 0.45% 0.85% -
XYZ 28.12 25.31 68.37 -
YUV 137.39 172.36 114.17 -
System Red Green Blue C M Y K H S L
Decimal 118 132 216 0.45 0.39 0 0.15 231.43 0.56 0.65
Hex 76 84 D8 2D 27 0 F E7 38 41
Octal 166 204 330 55 47 0 17 347 70 101
Binary 1110110 10000100 11011000 101101 100111 0 1111 11100111 111000 1000001

Color Harmonies of #7684D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7684D8

Black with #7684D8

Text Example


Text Example

White with #7684D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7684D8; }

 p { color: rgb(118,132,216); }

 H1.HeaderClassName
 {
   color: #7684D8;
 }
 .AnyTagClassName
 {
   color: #7684D8;
 }
</style>

background-color css

<style>
 a { background-color: #7684D8; }

 a { background-color: rgb(118,132,216); }

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

border-color css

<style>
 span { border-color: #7684D8; }

 span { border-color: rgb(118,132,216); }

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