Html Css Color HEX #829AEC Portage

📋 copy color: '#829AEC'

red 130 ◦ green 154 ◦ blue 236

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

Shades of Portage #829AEC

Tints of Portage #829AEC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.62%

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

R = 25%
G = 29.62%
B = 45.38%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#829AEC (or 0x829AEC) is known color: Portage. HEX triplet: 82, 9A and EC. RGB value is (130,154,236). Sum of RGB (Red+Green+Blue) = 130+154+236=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #829AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829AEC is #7D6513. Grayscale: #9B9B9B. Windows color (decimal): -8217876 or 15506050. OLE color: 15506050.

HSL color Cylindrical-coordinate representation of color #829AEC: hue angle of 226.42º 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 #829AEC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 154 236 -
CMYK 0.45 0.35 0 0.07
HSL 226.42º 0.74% 0.72% -
HSV(B) 226.42º 0.45% 0.93% -
XYZ 35.9 33.91 84.01 -
YUV 156.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 130 154 236 0.45 0.35 0 0.07 226.42 0.74 0.72
Hex 82 9A EC 2D 23 0 7 E2 4A 48
Octal 202 232 354 55 43 0 7 342 112 110
Binary 10000010 10011010 11101100 101101 100011 0 111 11100010 1001010 1001000

Color Harmonies of #829AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AEC

Black with #829AEC

Text Example


Text Example

White with #829AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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