Html Css Color HEX #829CEA Portage

📋 copy color: '#829CEA'

red 130 ◦ green 156 ◦ blue 234

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

Shades of Portage #829CEA

Tints of Portage #829CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30%

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

R = 25%
G = 30%
B = 45%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#829CEA (or 0x829CEA) is known color: Portage. HEX triplet: 82, 9C and EA. RGB value is (130,156,234). Sum of RGB (Red+Green+Blue) = 130+156+234=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #829CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829CEA is #7D6315. Grayscale: #9C9C9C. Windows color (decimal): -8217366 or 15375490. OLE color: 15375490.

HSL color Cylindrical-coordinate representation of color #829CEA: hue angle of 225º 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 #829CEA is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 156 234 -
CMYK 0.44 0.33 0 0.08
HSL 225º 0.71% 0.71% -
HSV(B) 225º 0.44% 0.92% -
XYZ 35.95 34.46 82.6 -
YUV 157.12 171.39 108.66 -
System Red Green Blue C M Y K H S L
Decimal 130 156 234 0.44 0.33 0 0.08 225 0.71 0.71
Hex 82 9C EA 2C 21 0 8 E1 47 47
Octal 202 234 352 54 41 0 10 341 107 107
Binary 10000010 10011100 11101010 101100 100001 0 1000 11100001 1000111 1000111

Color Harmonies of #829CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CEA

Black with #829CEA

Text Example


Text Example

White with #829CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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