Html Css Color HEX #829EDE Portage

📋 copy color: '#829EDE'

red 130 ◦ green 158 ◦ blue 222

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

Shades of Portage #829EDE

Tints of Portage #829EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 25.49%
G = 30.98%
B = 43.53%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#829EDE (or 0x829EDE) is known color: Portage. HEX triplet: 82, 9E and DE. RGB value is (130,158,222). Sum of RGB (Red+Green+Blue) = 130+158+222=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #829EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EDE is #7D6121. Grayscale: #9C9C9C. Windows color (decimal): -8216866 or 14589570. OLE color: 14589570.

HSL color Cylindrical-coordinate representation of color #829EDE: hue angle of 221.74º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829EDE is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 158 222 -
CMYK 0.41 0.29 0 0.13
HSL 221.74º 0.58% 0.69% -
HSV(B) 221.74º 0.41% 0.87% -
XYZ 34.62 34.47 73.94 -
YUV 156.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 130 158 222 0.41 0.29 0 0.13 221.74 0.58 0.69
Hex 82 9E DE 29 1D 0 D DE 3A 45
Octal 202 236 336 51 35 0 15 336 72 105
Binary 10000010 10011110 11011110 101001 11101 0 1101 11011110 111010 1000101

Color Harmonies of #829EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EDE

Black with #829EDE

Text Example


Text Example

White with #829EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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