Html Css Color HEX #829FDB Portage

📋 copy color: '#829FDB'

red 130 ◦ green 159 ◦ blue 219

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

Shades of Portage #829FDB

Tints of Portage #829FDB

RGB

 RED value IS 130 (51.17% from 255) = 25.59%

 GREEN value IS 159 (62.5% from 255) = 31.3%

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

R = 25.59%
G = 31.3%
B = 43.11%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#829FDB (or 0x829FDB) is known color: Portage. HEX triplet: 82, 9F and DB. RGB value is (130,159,219). Sum of RGB (Red+Green+Blue) = 130+159+219=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #829FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FDB is #7D6024. Grayscale: #9C9C9C. Windows color (decimal): -8216613 or 14393218. OLE color: 14393218.

HSL color Cylindrical-coordinate representation of color #829FDB: hue angle of 220.45º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829FDB is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 159 219 -
CMYK 0.41 0.27 0 0.14
HSL 220.45º 0.55% 0.68% -
HSV(B) 220.45º 0.41% 0.86% -
XYZ 34.39 34.66 71.89 -
YUV 157.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 130 159 219 0.41 0.27 0 0.14 220.45 0.55 0.68
Hex 82 9F DB 29 1B 0 E DC 37 44
Octal 202 237 333 51 33 0 16 334 67 104
Binary 10000010 10011111 11011011 101001 11011 0 1110 11011100 110111 1000100

Color Harmonies of #829FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FDB

Black with #829FDB

Text Example


Text Example

White with #829FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829FDB; }

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

 H1.HeaderClassName
 {
   color: #829FDB;
 }
 .AnyTagClassName
 {
   color: #829FDB;
 }
</style>

background-color css

<style>
 a { background-color: #829FDB; }

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

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

border-color css

<style>
 span { border-color: #829FDB; }

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

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