Html Css Color HEX #829FDC Portage

📋 copy color: '#829FDC'

red 130 ◦ green 159 ◦ blue 220

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

Shades of Portage #829FDC

Tints of Portage #829FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.24%

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

R = 25.54%
G = 31.24%
B = 43.22%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#829FDC (or 0x829FDC) is known color: Portage. HEX triplet: 82, 9F and DC. RGB value is (130,159,220). Sum of RGB (Red+Green+Blue) = 130+159+220=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #829FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FDC is #7D6023. Grayscale: #9D9D9D. Windows color (decimal): -8216612 or 14458754. OLE color: 14458754.

HSL color Cylindrical-coordinate representation of color #829FDC: hue angle of 220.67º 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 #829FDC is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 159 220 -
CMYK 0.41 0.28 0 0.14
HSL 220.67º 0.56% 0.69% -
HSV(B) 220.67º 0.41% 0.86% -
XYZ 34.52 34.71 72.59 -
YUV 157.28 163.39 108.54 -
System Red Green Blue C M Y K H S L
Decimal 130 159 220 0.41 0.28 0 0.14 220.67 0.56 0.69
Hex 82 9F DC 29 1C 0 E DD 38 45
Octal 202 237 334 51 34 0 16 335 70 105
Binary 10000010 10011111 11011100 101001 11100 0 1110 11011101 111000 1000101

Color Harmonies of #829FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FDC

Black with #829FDC

Text Example


Text Example

White with #829FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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