Html Css Color HEX #829DDB Portage

📋 copy color: '#829DDB'

red 130 ◦ green 157 ◦ blue 219

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

Shades of Portage #829DDB

Tints of Portage #829DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.03%

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

R = 25.69%
G = 31.03%
B = 43.28%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#829DDB (or 0x829DDB) is known color: Portage. HEX triplet: 82, 9D and DB. RGB value is (130,157,219). Sum of RGB (Red+Green+Blue) = 130+157+219=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #829DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DDB is #7D6224. Grayscale: #9B9B9B. Windows color (decimal): -8217125 or 14392706. OLE color: 14392706.

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

Color convert

RGB 130 157 219 -
CMYK 0.41 0.28 0 0.14
HSL 221.8º 0.55% 0.68% -
HSV(B) 221.8º 0.41% 0.86% -
XYZ 34.05 33.97 71.78 -
YUV 156 163.55 109.46 -
System Red Green Blue C M Y K H S L
Decimal 130 157 219 0.41 0.28 0 0.14 221.8 0.55 0.68
Hex 82 9D DB 29 1C 0 E DE 37 44
Octal 202 235 333 51 34 0 16 336 67 104
Binary 10000010 10011101 11011011 101001 11100 0 1110 11011110 110111 1000100

Color Harmonies of #829DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DDB

Black with #829DDB

Text Example


Text Example

White with #829DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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