Html Css Color HEX #829EDD Portage

📋 copy color: '#829EDD'

red 130 ◦ green 158 ◦ blue 221

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

Shades of Portage #829EDD

Tints of Portage #829EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 25.54%
G = 31.04%
B = 43.42%

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

#829EDD (or 0x829EDD) is known color: Portage. HEX triplet: 82, 9E and DD. RGB value is (130,158,221). Sum of RGB (Red+Green+Blue) = 130+158+221=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #829EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EDD is #7D6122. Grayscale: #9C9C9C. Windows color (decimal): -8216867 or 14524034. OLE color: 14524034.

HSL color Cylindrical-coordinate representation of color #829EDD: hue angle of 221.54º degrees, saturation: 0.57, 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 #829EDD is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 158 221 -
CMYK 0.41 0.29 0 0.13
HSL 221.54º 0.57% 0.69% -
HSV(B) 221.54º 0.41% 0.87% -
XYZ 34.48 34.42 73.23 -
YUV 156.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 130 158 221 0.41 0.29 0 0.13 221.54 0.57 0.69
Hex 82 9E DD 29 1D 0 D DE 39 45
Octal 202 236 335 51 35 0 15 336 71 105
Binary 10000010 10011110 11011101 101001 11101 0 1101 11011110 111001 1000101

Color Harmonies of #829EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EDD

Black with #829EDD

Text Example


Text Example

White with #829EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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