Html Css Color HEX #829FE0 Portage

📋 copy color: '#829FE0'

red 130 ◦ green 159 ◦ blue 224

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

Shades of Portage #829FE0

Tints of Portage #829FE0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.99%

 BLUE value IS 224 (87.89% from 255) = 43.66%

R = 25.34%
G = 30.99%
B = 43.66%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#829FE0 (or 0x829FE0) is known color: Portage. HEX triplet: 82, 9F and E0. RGB value is (130,159,224). Sum of RGB (Red+Green+Blue) = 130+159+224=513 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.34% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #829FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FE0 is #7D601F. Grayscale: #9D9D9D. Windows color (decimal): -8216608 or 14720898. OLE color: 14720898.

HSL color Cylindrical-coordinate representation of color #829FE0: hue angle of 221.49º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #829FE0 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 159 224 -
CMYK 0.42 0.29 0 0.12
HSL 221.49º 0.6% 0.69% -
HSV(B) 221.49º 0.42% 0.88% -
XYZ 35.06 34.92 75.41 -
YUV 157.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 130 159 224 0.42 0.29 0 0.12 221.49 0.6 0.69
Hex 82 9F E0 2A 1D 0 C DD 3C 45
Octal 202 237 340 52 35 0 14 335 74 105
Binary 10000010 10011111 11100000 101010 11101 0 1100 11011101 111100 1000101

Color Harmonies of #829FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FE0

Black with #829FE0

Text Example


Text Example

White with #829FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,159,224); }

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

background-color css

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

 a { background-color: rgb(130,159,224); }

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

border-color css

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

 span { border-color: rgb(130,159,224); }

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