Html Css Color HEX #829BDC Portage

📋 copy color: '#829BDC'

red 130 ◦ green 155 ◦ blue 220

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

Shades of Portage #829BDC

Tints of Portage #829BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 25.74%
G = 30.69%
B = 43.56%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#829BDC (or 0x829BDC) is known color: Portage. HEX triplet: 82, 9B and DC. RGB value is (130,155,220). Sum of RGB (Red+Green+Blue) = 130+155+220=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #829BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BDC is #7D6423. Grayscale: #9A9A9A. Windows color (decimal): -8217636 or 14457730. OLE color: 14457730.

HSL color Cylindrical-coordinate representation of color #829BDC: hue angle of 223.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829BDC is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 155 220 -
CMYK 0.41 0.30 0 0.14
HSL 223.33º 0.56% 0.69% -
HSV(B) 223.33º 0.41% 0.86% -
XYZ 33.85 33.36 72.36 -
YUV 154.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 130 155 220 0.41 0.30 0 0.14 223.33 0.56 0.69
Hex 82 9B DC 29 1E 0 E DF 38 45
Octal 202 233 334 51 36 0 16 337 70 105
Binary 10000010 10011011 11011100 101001 11110 0 1110 11011111 111000 1000101

Color Harmonies of #829BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BDC

Black with #829BDC

Text Example


Text Example

White with #829BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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