Html Css Color HEX #829EDF Portage

📋 copy color: '#829EDF'

red 130 ◦ green 158 ◦ blue 223

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

Shades of Portage #829EDF

Tints of Portage #829EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 25.44%
G = 30.92%
B = 43.64%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#829EDF (or 0x829EDF) is known color: Portage. HEX triplet: 82, 9E and DF. RGB value is (130,158,223). Sum of RGB (Red+Green+Blue) = 130+158+223=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #829EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EDF is #7D6120. Grayscale: #9C9C9C. Windows color (decimal): -8216865 or 14655106. OLE color: 14655106.

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

Color convert

RGB 130 158 223 -
CMYK 0.42 0.29 0 0.13
HSL 221.94º 0.59% 0.69% -
HSV(B) 221.94º 0.42% 0.87% -
XYZ 34.75 34.53 74.64 -
YUV 157.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 130 158 223 0.42 0.29 0 0.13 221.94 0.59 0.69
Hex 82 9E DF 2A 1D 0 D DE 3B 45
Octal 202 236 337 52 35 0 15 336 73 105
Binary 10000010 10011110 11011111 101010 11101 0 1101 11011110 111011 1000101

Color Harmonies of #829EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EDF

Black with #829EDF

Text Example


Text Example

White with #829EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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