Html Css Color HEX #829DDA Portage

📋 copy color: '#829DDA'

red 130 ◦ green 157 ◦ blue 218

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

Shades of Portage #829DDA

Tints of Portage #829DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 25.74%
G = 31.09%
B = 43.17%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#829DDA (or 0x829DDA) is known color: Portage. HEX triplet: 82, 9D and DA. RGB value is (130,157,218). Sum of RGB (Red+Green+Blue) = 130+157+218=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #829DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DDA is #7D6225. Grayscale: #9B9B9B. Windows color (decimal): -8217126 or 14327170. OLE color: 14327170.

HSL color Cylindrical-coordinate representation of color #829DDA: hue angle of 221.59º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829DDA is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 157 218 -
CMYK 0.40 0.28 0 0.15
HSL 221.59º 0.54% 0.68% -
HSV(B) 221.59º 0.4% 0.85% -
XYZ 33.92 33.92 71.09 -
YUV 155.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 130 157 218 0.40 0.28 0 0.15 221.59 0.54 0.68
Hex 82 9D DA 28 1C 0 F DE 36 44
Octal 202 235 332 50 34 0 17 336 66 104
Binary 10000010 10011101 11011010 101000 11100 0 1111 11011110 110110 1000100

Color Harmonies of #829DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DDA

Black with #829DDA

Text Example


Text Example

White with #829DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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