Html Css Color HEX #829DF2 Portage

📋 copy color: '#829DF2'

red 130 ◦ green 157 ◦ blue 242

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

Shades of Portage #829DF2

Tints of Portage #829DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.75%

R = 24.57%
G = 29.68%
B = 45.75%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#829DF2 (or 0x829DF2) is known color: Portage. HEX triplet: 82, 9D and F2. RGB value is (130,157,242). Sum of RGB (Red+Green+Blue) = 130+157+242=529 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.57% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #829DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829DF2 is #7D620D. Grayscale: #9E9E9E. Windows color (decimal): -8217102 or 15900034. OLE color: 15900034.

HSL color Cylindrical-coordinate representation of color #829DF2: hue angle of 225.54º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #829DF2 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 157 242 -
CMYK 0.46 0.35 0 0.05
HSL 225.54º 0.81% 0.73% -
HSV(B) 225.54º 0.46% 0.95% -
XYZ 37.29 35.27 88.85 -
YUV 158.62 175.05 107.59 -
System Red Green Blue C M Y K H S L
Decimal 130 157 242 0.46 0.35 0 0.05 225.54 0.81 0.73
Hex 82 9D F2 2E 23 0 5 E2 51 49
Octal 202 235 362 56 43 0 5 342 121 111
Binary 10000010 10011101 11110010 101110 100011 0 101 11100010 1010001 1001001

Color Harmonies of #829DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DF2

Black with #829DF2

Text Example


Text Example

White with #829DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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