Html Css Color HEX #829BD6 Portage

📋 copy color: '#829BD6'

red 130 ◦ green 155 ◦ blue 214

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

Shades of Portage #829BD6

Tints of Portage #829BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.89%

R = 26.05%
G = 31.06%
B = 42.89%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#829BD6 (or 0x829BD6) is known color: Portage. HEX triplet: 82, 9B and D6. RGB value is (130,155,214). Sum of RGB (Red+Green+Blue) = 130+155+214=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #829BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BD6 is #7D6429. Grayscale: #999999. Windows color (decimal): -8217642 or 14064514. OLE color: 14064514.

HSL color Cylindrical-coordinate representation of color #829BD6: hue angle of 222.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #829BD6 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 155 214 -
CMYK 0.39 0.28 0 0.16
HSL 222.14º 0.51% 0.67% -
HSV(B) 222.14º 0.39% 0.84% -
XYZ 33.06 33.04 68.25 -
YUV 154.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 130 155 214 0.39 0.28 0 0.16 222.14 0.51 0.67
Hex 82 9B D6 27 1C 0 10 DE 33 43
Octal 202 233 326 47 34 0 20 336 63 103
Binary 10000010 10011011 11010110 100111 11100 0 10000 11011110 110011 1000011

Color Harmonies of #829BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BD6

Black with #829BD6

Text Example


Text Example

White with #829BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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