Html Css Color HEX #829DF4 Portage

📋 copy color: '#829DF4'

red 130 ◦ green 157 ◦ blue 244

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

Shades of Portage #829DF4

Tints of Portage #829DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.95%

R = 24.48%
G = 29.57%
B = 45.95%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#829DF4 (or 0x829DF4) is known color: Portage. HEX triplet: 82, 9D and F4. RGB value is (130,157,244). Sum of RGB (Red+Green+Blue) = 130+157+244=531 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.48% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #829DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829DF4 is #7D620B. Grayscale: #9E9E9E. Windows color (decimal): -8217100 or 16031106. OLE color: 16031106.

HSL color Cylindrical-coordinate representation of color #829DF4: hue angle of 225.79º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #829DF4 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 157 244 -
CMYK 0.47 0.36 0 0.04
HSL 225.79º 0.84% 0.73% -
HSV(B) 225.79º 0.47% 0.96% -
XYZ 37.59 35.39 90.44 -
YUV 158.85 176.05 107.43 -
System Red Green Blue C M Y K H S L
Decimal 130 157 244 0.47 0.36 0 0.04 225.79 0.84 0.73
Hex 82 9D F4 2F 24 0 4 E2 54 49
Octal 202 235 364 57 44 0 4 342 124 111
Binary 10000010 10011101 11110100 101111 100100 0 100 11100010 1010100 1001001

Color Harmonies of #829DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DF4

Black with #829DF4

Text Example


Text Example

White with #829DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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