Html Css Color HEX #829AF9 Portage

📋 copy color: '#829AF9'

red 130 ◦ green 154 ◦ blue 249

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

Shades of Portage #829AF9

Tints of Portage #829AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.72%

R = 24.39%
G = 28.89%
B = 46.72%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#829AF9 (or 0x829AF9) is known color: Portage. HEX triplet: 82, 9A and F9. RGB value is (130,154,249). Sum of RGB (Red+Green+Blue) = 130+154+249=533 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.39% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #829AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829AF9 is #7D6506. Grayscale: #9D9D9D. Windows color (decimal): -8217863 or 16358018. OLE color: 16358018.

HSL color Cylindrical-coordinate representation of color #829AF9: hue angle of 227.9º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #829AF9 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 154 249 -
CMYK 0.48 0.38 0 0.02
HSL 227.9º 0.91% 0.74% -
HSV(B) 227.9º 0.48% 0.98% -
XYZ 37.86 34.7 94.32 -
YUV 157.65 179.55 108.28 -
System Red Green Blue C M Y K H S L
Decimal 130 154 249 0.48 0.38 0 0.02 227.9 0.91 0.74
Hex 82 9A F9 30 26 0 2 E4 5B 4A
Octal 202 232 371 60 46 0 2 344 133 112
Binary 10000010 10011010 11111001 110000 100110 0 10 11100100 1011011 1001010

Color Harmonies of #829AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AF9

Black with #829AF9

Text Example


Text Example

White with #829AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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