Html Css Color HEX #829EEC Portage

📋 copy color: '#829EEC'

red 130 ◦ green 158 ◦ blue 236

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

Shades of Portage #829EEC

Tints of Portage #829EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 24.81%
G = 30.15%
B = 45.04%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#829EEC (or 0x829EEC) is known color: Portage. HEX triplet: 82, 9E and EC. RGB value is (130,158,236). Sum of RGB (Red+Green+Blue) = 130+158+236=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #829EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829EEC is #7D6113. Grayscale: #9E9E9E. Windows color (decimal): -8216852 or 15507074. OLE color: 15507074.

HSL color Cylindrical-coordinate representation of color #829EEC: hue angle of 224.15º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829EEC is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 158 236 -
CMYK 0.45 0.33 0 0.07
HSL 224.15º 0.74% 0.72% -
HSV(B) 224.15º 0.45% 0.93% -
XYZ 36.57 35.26 84.23 -
YUV 158.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 130 158 236 0.45 0.33 0 0.07 224.15 0.74 0.72
Hex 82 9E EC 2D 21 0 7 E0 4A 48
Octal 202 236 354 55 41 0 7 340 112 110
Binary 10000010 10011110 11101100 101101 100001 0 111 11100000 1001010 1001000

Color Harmonies of #829EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EEC

Black with #829EEC

Text Example


Text Example

White with #829EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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