Html Css Color HEX #829EF2 Portage

📋 copy color: '#829EF2'

red 130 ◦ green 158 ◦ blue 242

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

Shades of Portage #829EF2

Tints of Portage #829EF2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.81%

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

R = 24.53%
G = 29.81%
B = 45.66%

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

#829EF2 (or 0x829EF2) is known color: Portage. HEX triplet: 82, 9E and F2. RGB value is (130,158,242). Sum of RGB (Red+Green+Blue) = 130+158+242=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #829EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829EF2 is #7D610D. Grayscale: #9E9E9E. Windows color (decimal): -8216846 or 15900290. OLE color: 15900290.

HSL color Cylindrical-coordinate representation of color #829EF2: hue angle of 225º 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 #829EF2 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 158 242 -
CMYK 0.46 0.35 0 0.05
HSL 225º 0.81% 0.73% -
HSV(B) 225º 0.46% 0.95% -
XYZ 37.46 35.61 88.9 -
YUV 159.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 130 158 242 0.46 0.35 0 0.05 225 0.81 0.73
Hex 82 9E F2 2E 23 0 5 E1 51 49
Octal 202 236 362 56 43 0 5 341 121 111
Binary 10000010 10011110 11110010 101110 100011 0 101 11100001 1010001 1001001

Color Harmonies of #829EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EF2

Black with #829EF2

Text Example


Text Example

White with #829EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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