Html Css Color HEX #829FDF Portage

📋 copy color: '#829FDF'

red 130 ◦ green 159 ◦ blue 223

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

Shades of Portage #829FDF

Tints of Portage #829FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 25.39%
G = 31.05%
B = 43.55%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#829FDF (or 0x829FDF) is known color: Portage. HEX triplet: 82, 9F and DF. RGB value is (130,159,223). Sum of RGB (Red+Green+Blue) = 130+159+223=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #829FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FDF is #7D6020. Grayscale: #9D9D9D. Windows color (decimal): -8216609 or 14655362. OLE color: 14655362.

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

Color convert

RGB 130 159 223 -
CMYK 0.42 0.29 0 0.13
HSL 221.29º 0.59% 0.69% -
HSV(B) 221.29º 0.42% 0.87% -
XYZ 34.92 34.87 74.7 -
YUV 157.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 130 159 223 0.42 0.29 0 0.13 221.29 0.59 0.69
Hex 82 9F DF 2A 1D 0 D DD 3B 45
Octal 202 237 337 52 35 0 15 335 73 105
Binary 10000010 10011111 11011111 101010 11101 0 1101 11011101 111011 1000101

Color Harmonies of #829FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FDF

Black with #829FDF

Text Example


Text Example

White with #829FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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