Html Css Color HEX #829BD0 Portage

📋 copy color: '#829BD0'

red 130 ◦ green 155 ◦ blue 208

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

Shades of Portage #829BD0

Tints of Portage #829BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.19%

R = 26.37%
G = 31.44%
B = 42.19%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#829BD0 (or 0x829BD0) is known color: Portage. HEX triplet: 82, 9B and D0. RGB value is (130,155,208). Sum of RGB (Red+Green+Blue) = 130+155+208=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #829BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BD0 is #7D642F. Grayscale: #999999. Windows color (decimal): -8217648 or 13671298. OLE color: 13671298.

HSL color Cylindrical-coordinate representation of color #829BD0: hue angle of 220.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #829BD0 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 155 208 -
CMYK 0.38 0.25 0 0.18
HSL 220.77º 0.45% 0.66% -
HSV(B) 220.77º 0.38% 0.82% -
XYZ 32.31 32.74 64.29 -
YUV 153.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 130 155 208 0.38 0.25 0 0.18 220.77 0.45 0.66
Hex 82 9B D0 26 19 0 12 DD 2D 42
Octal 202 233 320 46 31 0 22 335 55 102
Binary 10000010 10011011 11010000 100110 11001 0 10010 11011101 101101 1000010

Color Harmonies of #829BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BD0

Black with #829BD0

Text Example


Text Example

White with #829BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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