Html Css Color HEX #829FD8 Portage

📋 copy color: '#829FD8'

red 130 ◦ green 159 ◦ blue 216

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

Shades of Portage #829FD8

Tints of Portage #829FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.77%

R = 25.74%
G = 31.49%
B = 42.77%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#829FD8 (or 0x829FD8) is known color: Portage. HEX triplet: 82, 9F and D8. RGB value is (130,159,216). Sum of RGB (Red+Green+Blue) = 130+159+216=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #829FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FD8 is #7D6027. Grayscale: #9C9C9C. Windows color (decimal): -8216616 or 14196610. OLE color: 14196610.

HSL color Cylindrical-coordinate representation of color #829FD8: hue angle of 219.77º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829FD8 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 159 216 -
CMYK 0.40 0.26 0 0.15
HSL 219.77º 0.52% 0.68% -
HSV(B) 219.77º 0.4% 0.85% -
XYZ 34 34.5 69.83 -
YUV 156.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 130 159 216 0.40 0.26 0 0.15 219.77 0.52 0.68
Hex 82 9F D8 28 1A 0 F DC 34 44
Octal 202 237 330 50 32 0 17 334 64 104
Binary 10000010 10011111 11011000 101000 11010 0 1111 11011100 110100 1000100

Color Harmonies of #829FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FD8

Black with #829FD8

Text Example


Text Example

White with #829FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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