Html Css Color HEX #829CD6 Portage

📋 copy color: '#829CD6'

red 130 ◦ green 156 ◦ blue 214

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

Shades of Portage #829CD6

Tints of Portage #829CD6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.2%

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

R = 26%
G = 31.2%
B = 42.8%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#829CD6 (or 0x829CD6) is known color: Portage. HEX triplet: 82, 9C and D6. RGB value is (130,156,214). Sum of RGB (Red+Green+Blue) = 130+156+214=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #829CD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CD6 is #7D6329. Grayscale: #9A9A9A. Windows color (decimal): -8217386 or 14064770. OLE color: 14064770.

HSL color Cylindrical-coordinate representation of color #829CD6: hue angle of 221.43º 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 #829CD6 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 156 214 -
CMYK 0.39 0.27 0 0.16
HSL 221.43º 0.51% 0.67% -
HSV(B) 221.43º 0.39% 0.84% -
XYZ 33.23 33.38 68.31 -
YUV 154.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 130 156 214 0.39 0.27 0 0.16 221.43 0.51 0.67
Hex 82 9C D6 27 1B 0 10 DD 33 43
Octal 202 234 326 47 33 0 20 335 63 103
Binary 10000010 10011100 11010110 100111 11011 0 10000 11011101 110011 1000011

Color Harmonies of #829CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CD6

Black with #829CD6

Text Example


Text Example

White with #829CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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