Html Css Color HEX #829FDE Portage

📋 copy color: '#829FDE'

red 130 ◦ green 159 ◦ blue 222

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

Shades of Portage #829FDE

Tints of Portage #829FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.44%

R = 25.44%
G = 31.12%
B = 43.44%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#829FDE (or 0x829FDE) is known color: Portage. HEX triplet: 82, 9F and DE. RGB value is (130,159,222). Sum of RGB (Red+Green+Blue) = 130+159+222=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #829FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FDE is #7D6021. Grayscale: #9D9D9D. Windows color (decimal): -8216610 or 14589826. OLE color: 14589826.

HSL color Cylindrical-coordinate representation of color #829FDE: hue angle of 221.09º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829FDE is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 159 222 -
CMYK 0.41 0.28 0 0.13
HSL 221.09º 0.58% 0.69% -
HSV(B) 221.09º 0.41% 0.87% -
XYZ 34.79 34.82 73.99 -
YUV 157.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 130 159 222 0.41 0.28 0 0.13 221.09 0.58 0.69
Hex 82 9F DE 29 1C 0 D DD 3A 45
Octal 202 237 336 51 34 0 15 335 72 105
Binary 10000010 10011111 11011110 101001 11100 0 1101 11011101 111010 1000101

Color Harmonies of #829FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FDE

Black with #829FDE

Text Example


Text Example

White with #829FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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