Html Css Color HEX #829EDC Portage

📋 copy color: '#829EDC'

red 130 ◦ green 158 ◦ blue 220

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

Shades of Portage #829EDC

Tints of Portage #829EDC

RGB

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

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

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

R = 25.59%
G = 31.1%
B = 43.31%

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

#829EDC (or 0x829EDC) is known color: Portage. HEX triplet: 82, 9E and DC. RGB value is (130,158,220). Sum of RGB (Red+Green+Blue) = 130+158+220=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #829EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EDC is #7D6123. Grayscale: #9C9C9C. Windows color (decimal): -8216868 or 14458498. OLE color: 14458498.

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

Color convert

RGB 130 158 220 -
CMYK 0.41 0.28 0 0.14
HSL 221.33º 0.56% 0.69% -
HSV(B) 221.33º 0.41% 0.86% -
XYZ 34.35 34.37 72.53 -
YUV 156.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 130 158 220 0.41 0.28 0 0.14 221.33 0.56 0.69
Hex 82 9E DC 29 1C 0 E DD 38 45
Octal 202 236 334 51 34 0 16 335 70 105
Binary 10000010 10011110 11011100 101001 11100 0 1110 11011101 111000 1000101

Color Harmonies of #829EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EDC

Black with #829EDC

Text Example


Text Example

White with #829EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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