Html Css Color HEX #829BDB Portage

📋 copy color: '#829BDB'

red 130 ◦ green 155 ◦ blue 219

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

Shades of Portage #829BDB

Tints of Portage #829BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.75%

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

R = 25.79%
G = 30.75%
B = 43.45%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#829BDB (or 0x829BDB) is known color: Portage. HEX triplet: 82, 9B and DB. RGB value is (130,155,219). Sum of RGB (Red+Green+Blue) = 130+155+219=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #829BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BDB is #7D6424. Grayscale: #9A9A9A. Windows color (decimal): -8217637 or 14392194. OLE color: 14392194.

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

Color convert

RGB 130 155 219 -
CMYK 0.41 0.29 0 0.14
HSL 223.15º 0.55% 0.68% -
HSV(B) 223.15º 0.41% 0.86% -
XYZ 33.71 33.3 71.67 -
YUV 154.82 164.22 110.3 -
System Red Green Blue C M Y K H S L
Decimal 130 155 219 0.41 0.29 0 0.14 223.15 0.55 0.68
Hex 82 9B DB 29 1D 0 E DF 37 44
Octal 202 233 333 51 35 0 16 337 67 104
Binary 10000010 10011011 11011011 101001 11101 0 1110 11011111 110111 1000100

Color Harmonies of #829BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BDB

Black with #829BDB

Text Example


Text Example

White with #829BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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