Html Css Color HEX #829AEF Portage

📋 copy color: '#829AEF'

red 130 ◦ green 154 ◦ blue 239

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

Shades of Portage #829AEF

Tints of Portage #829AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.7%

R = 24.86%
G = 29.45%
B = 45.7%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#829AEF (or 0x829AEF) is known color: Portage. HEX triplet: 82, 9A and EF. RGB value is (130,154,239). Sum of RGB (Red+Green+Blue) = 130+154+239=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #829AEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829AEF is #7D6510. Grayscale: #9C9C9C. Windows color (decimal): -8217873 or 15702658. OLE color: 15702658.

HSL color Cylindrical-coordinate representation of color #829AEF: hue angle of 226.79º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #829AEF is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 154 239 -
CMYK 0.46 0.36 0 0.06
HSL 226.79º 0.77% 0.72% -
HSV(B) 226.79º 0.46% 0.94% -
XYZ 36.34 34.09 86.33 -
YUV 156.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 130 154 239 0.46 0.36 0 0.06 226.79 0.77 0.72
Hex 82 9A EF 2E 24 0 6 E3 4D 48
Octal 202 232 357 56 44 0 6 343 115 110
Binary 10000010 10011010 11101111 101110 100100 0 110 11100011 1001101 1001000

Color Harmonies of #829AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AEF

Black with #829AEF

Text Example


Text Example

White with #829AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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