Html Css Color HEX #829EDB Portage

📋 copy color: '#829EDB'

red 130 ◦ green 158 ◦ blue 219

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

Shades of Portage #829EDB

Tints of Portage #829EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.16%

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

R = 25.64%
G = 31.16%
B = 43.2%

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

#829EDB (or 0x829EDB) is known color: Portage. HEX triplet: 82, 9E and DB. RGB value is (130,158,219). Sum of RGB (Red+Green+Blue) = 130+158+219=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #829EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EDB is #7D6124. Grayscale: #9C9C9C. Windows color (decimal): -8216869 or 14392962. OLE color: 14392962.

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

Color convert

RGB 130 158 219 -
CMYK 0.41 0.28 0 0.14
HSL 221.12º 0.55% 0.68% -
HSV(B) 221.12º 0.41% 0.86% -
XYZ 34.22 34.31 71.84 -
YUV 156.58 163.22 109.04 -
System Red Green Blue C M Y K H S L
Decimal 130 158 219 0.41 0.28 0 0.14 221.12 0.55 0.68
Hex 82 9E DB 29 1C 0 E DD 37 44
Octal 202 236 333 51 34 0 16 335 67 104
Binary 10000010 10011110 11011011 101001 11100 0 1110 11011101 110111 1000100

Color Harmonies of #829EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EDB

Black with #829EDB

Text Example


Text Example

White with #829EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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