Html Css Color HEX #829BD9 Portage

📋 copy color: '#829BD9'

red 130 ◦ green 155 ◦ blue 217

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

Shades of Portage #829BD9

Tints of Portage #829BD9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.88%

 BLUE value IS 217 (85.16% from 255) = 43.23%

R = 25.9%
G = 30.88%
B = 43.23%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#829BD9 (or 0x829BD9) is known color: Portage. HEX triplet: 82, 9B and D9. RGB value is (130,155,217). Sum of RGB (Red+Green+Blue) = 130+155+217=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #829BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BD9 is #7D6426. Grayscale: #9A9A9A. Windows color (decimal): -8217639 or 14261122. OLE color: 14261122.

HSL color Cylindrical-coordinate representation of color #829BD9: hue angle of 222.76º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829BD9 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 155 217 -
CMYK 0.40 0.29 0 0.15
HSL 222.76º 0.53% 0.68% -
HSV(B) 222.76º 0.4% 0.85% -
XYZ 33.45 33.2 70.29 -
YUV 154.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 130 155 217 0.40 0.29 0 0.15 222.76 0.53 0.68
Hex 82 9B D9 28 1D 0 F DF 35 44
Octal 202 233 331 50 35 0 17 337 65 104
Binary 10000010 10011011 11011001 101000 11101 0 1111 11011111 110101 1000100

Color Harmonies of #829BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BD9

Black with #829BD9

Text Example


Text Example

White with #829BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,155,217); }

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

background-color css

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

 a { background-color: rgb(130,155,217); }

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

border-color css

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

 span { border-color: rgb(130,155,217); }

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