Html Css Color HEX #829DDF Portage

📋 copy color: '#829DDF'

red 130 ◦ green 157 ◦ blue 223

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

Shades of Portage #829DDF

Tints of Portage #829DDF

RGB

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

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

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

R = 25.49%
G = 30.78%
B = 43.73%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#829DDF (or 0x829DDF) is known color: Portage. HEX triplet: 82, 9D and DF. RGB value is (130,157,223). Sum of RGB (Red+Green+Blue) = 130+157+223=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #829DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DDF is #7D6220. Grayscale: #9C9C9C. Windows color (decimal): -8217121 or 14654850. OLE color: 14654850.

HSL color Cylindrical-coordinate representation of color #829DDF: hue angle of 222.58º 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 #829DDF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 157 223 -
CMYK 0.42 0.30 0 0.13
HSL 222.58º 0.59% 0.69% -
HSV(B) 222.58º 0.42% 0.87% -
XYZ 34.58 34.19 74.59 -
YUV 156.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 130 157 223 0.42 0.30 0 0.13 222.58 0.59 0.69
Hex 82 9D DF 2A 1E 0 D DF 3B 45
Octal 202 235 337 52 36 0 15 337 73 105
Binary 10000010 10011101 11011111 101010 11110 0 1101 11011111 111011 1000101

Color Harmonies of #829DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DDF

Black with #829DDF

Text Example


Text Example

White with #829DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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