Html Css Color HEX #829CDA Portage

📋 copy color: '#829CDA'

red 130 ◦ green 156 ◦ blue 218

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

Shades of Portage #829CDA

Tints of Portage #829CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 25.79%
G = 30.95%
B = 43.25%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#829CDA (or 0x829CDA) is known color: Portage. HEX triplet: 82, 9C and DA. RGB value is (130,156,218). Sum of RGB (Red+Green+Blue) = 130+156+218=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #829CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CDA is #7D6325. Grayscale: #9B9B9B. Windows color (decimal): -8217382 or 14326914. OLE color: 14326914.

HSL color Cylindrical-coordinate representation of color #829CDA: hue angle of 222.27º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829CDA is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 156 218 -
CMYK 0.40 0.28 0 0.15
HSL 222.27º 0.54% 0.68% -
HSV(B) 222.27º 0.4% 0.85% -
XYZ 33.75 33.58 71.03 -
YUV 155.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 130 156 218 0.40 0.28 0 0.15 222.27 0.54 0.68
Hex 82 9C DA 28 1C 0 F DE 36 44
Octal 202 234 332 50 34 0 17 336 66 104
Binary 10000010 10011100 11011010 101000 11100 0 1111 11011110 110110 1000100

Color Harmonies of #829CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CDA

Black with #829CDA

Text Example


Text Example

White with #829CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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