Html Css Color HEX #7682DB Portage

📋 copy color: '#7682DB'

red 118 ◦ green 130 ◦ blue 219

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

Shades of Portage #7682DB

Tints of Portage #7682DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.84%

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

R = 25.27%
G = 27.84%
B = 46.9%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7682DB (or 0x7682DB) is known color: Portage. HEX triplet: 76, 82 and DB. RGB value is (118,130,219). Sum of RGB (Red+Green+Blue) = 118+130+219=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #7682DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682DB is #897D24. Grayscale: #888888. Windows color (decimal): -9010469 or 14385782. OLE color: 14385782.

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

Color convert

RGB 118 130 219 -
CMYK 0.46 0.41 0 0.14
HSL 232.87º 0.58% 0.66% -
HSV(B) 232.87º 0.46% 0.86% -
XYZ 28.24 24.93 70.34 -
YUV 136.56 174.52 114.76 -
System Red Green Blue C M Y K H S L
Decimal 118 130 219 0.46 0.41 0 0.14 232.87 0.58 0.66
Hex 76 82 DB 2E 29 0 E E9 3A 42
Octal 166 202 333 56 51 0 16 351 72 102
Binary 1110110 10000010 11011011 101110 101001 0 1110 11101001 111010 1000010

Color Harmonies of #7682DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7682DB

Black with #7682DB

Text Example


Text Example

White with #7682DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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