Html Css Color HEX #829ADA Portage

📋 copy color: '#829ADA'

red 130 ◦ green 154 ◦ blue 218

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

Shades of Portage #829ADA

Tints of Portage #829ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.68%

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

R = 25.9%
G = 30.68%
B = 43.43%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#829ADA (or 0x829ADA) is known color: Portage. HEX triplet: 82, 9A and DA. RGB value is (130,154,218). Sum of RGB (Red+Green+Blue) = 130+154+218=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #829ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ADA is #7D6525. Grayscale: #999999. Windows color (decimal): -8217894 or 14326402. OLE color: 14326402.

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

Color convert

RGB 130 154 218 -
CMYK 0.40 0.29 0 0.15
HSL 223.64º 0.54% 0.68% -
HSV(B) 223.64º 0.4% 0.85% -
XYZ 33.42 32.92 70.92 -
YUV 154.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 130 154 218 0.40 0.29 0 0.15 223.64 0.54 0.68
Hex 82 9A DA 28 1D 0 F E0 36 44
Octal 202 232 332 50 35 0 17 340 66 104
Binary 10000010 10011010 11011010 101000 11101 0 1111 11100000 110110 1000100

Color Harmonies of #829ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829ADA

Black with #829ADA

Text Example


Text Example

White with #829ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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