Html Css Color HEX #829AEE Portage

📋 copy color: '#829AEE'

red 130 ◦ green 154 ◦ blue 238

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

Shades of Portage #829AEE

Tints of Portage #829AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 24.9%
G = 29.5%
B = 45.59%

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

#829AEE (or 0x829AEE) is known color: Portage. HEX triplet: 82, 9A and EE. RGB value is (130,154,238). Sum of RGB (Red+Green+Blue) = 130+154+238=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #829AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829AEE is #7D6511. Grayscale: #9C9C9C. Windows color (decimal): -8217874 or 15637122. OLE color: 15637122.

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

Color convert

RGB 130 154 238 -
CMYK 0.45 0.35 0 0.07
HSL 226.67º 0.76% 0.72% -
HSV(B) 226.67º 0.45% 0.93% -
XYZ 36.19 34.03 85.55 -
YUV 156.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 130 154 238 0.45 0.35 0 0.07 226.67 0.76 0.72
Hex 82 9A EE 2D 23 0 7 E3 4C 48
Octal 202 232 356 55 43 0 7 343 114 110
Binary 10000010 10011010 11101110 101101 100011 0 111 11100011 1001100 1001000

Color Harmonies of #829AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AEE

Black with #829AEE

Text Example


Text Example

White with #829AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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