Html Css Color HEX #829ED8 Portage

📋 copy color: '#829ED8'

red 130 ◦ green 158 ◦ blue 216

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

Shades of Portage #829ED8

Tints of Portage #829ED8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.35%

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

R = 25.79%
G = 31.35%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#829ED8 (or 0x829ED8) is known color: Portage. HEX triplet: 82, 9E and D8. RGB value is (130,158,216). Sum of RGB (Red+Green+Blue) = 130+158+216=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #829ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ED8 is #7D6127. Grayscale: #9B9B9B. Windows color (decimal): -8216872 or 14196354. OLE color: 14196354.

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

Color convert

RGB 130 158 216 -
CMYK 0.40 0.27 0 0.15
HSL 220.47º 0.52% 0.68% -
HSV(B) 220.47º 0.4% 0.85% -
XYZ 33.83 34.16 69.78 -
YUV 156.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 130 158 216 0.40 0.27 0 0.15 220.47 0.52 0.68
Hex 82 9E D8 28 1B 0 F DC 34 44
Octal 202 236 330 50 33 0 17 334 64 104
Binary 10000010 10011110 11011000 101000 11011 0 1111 11011100 110100 1000100

Color Harmonies of #829ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829ED8

Black with #829ED8

Text Example


Text Example

White with #829ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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