Html Css Color HEX #829EEA Portage

📋 copy color: '#829EEA'

red 130 ◦ green 158 ◦ blue 234

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

Shades of Portage #829EEA

Tints of Portage #829EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 24.9%
G = 30.27%
B = 44.83%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#829EEA (or 0x829EEA) is known color: Portage. HEX triplet: 82, 9E and EA. RGB value is (130,158,234). Sum of RGB (Red+Green+Blue) = 130+158+234=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #829EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829EEA is #7D6115. Grayscale: #9D9D9D. Windows color (decimal): -8216854 or 15376002. OLE color: 15376002.

HSL color Cylindrical-coordinate representation of color #829EEA: hue angle of 223.85º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #829EEA is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 158 234 -
CMYK 0.44 0.32 0 0.08
HSL 223.85º 0.71% 0.71% -
HSV(B) 223.85º 0.44% 0.92% -
XYZ 36.28 35.14 82.71 -
YUV 158.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 130 158 234 0.44 0.32 0 0.08 223.85 0.71 0.71
Hex 82 9E EA 2C 20 0 8 E0 47 47
Octal 202 236 352 54 40 0 10 340 107 107
Binary 10000010 10011110 11101010 101100 100000 0 1000 11100000 1000111 1000111

Color Harmonies of #829EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EEA

Black with #829EEA

Text Example


Text Example

White with #829EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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