Html Css Color HEX #829CDF Portage

📋 copy color: '#829CDF'

red 130 ◦ green 156 ◦ blue 223

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

Shades of Portage #829CDF

Tints of Portage #829CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 25.54%
G = 30.65%
B = 43.81%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#829CDF (or 0x829CDF) is known color: Portage. HEX triplet: 82, 9C and DF. RGB value is (130,156,223). Sum of RGB (Red+Green+Blue) = 130+156+223=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #829CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CDF is #7D6320. Grayscale: #9B9B9B. Windows color (decimal): -8217377 or 14654594. OLE color: 14654594.

HSL color Cylindrical-coordinate representation of color #829CDF: hue angle of 223.23º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #829CDF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 156 223 -
CMYK 0.42 0.30 0 0.13
HSL 223.23º 0.59% 0.69% -
HSV(B) 223.23º 0.42% 0.87% -
XYZ 34.41 33.85 74.53 -
YUV 155.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 130 156 223 0.42 0.30 0 0.13 223.23 0.59 0.69
Hex 82 9C DF 2A 1E 0 D DF 3B 45
Octal 202 234 337 52 36 0 15 337 73 105
Binary 10000010 10011100 11011111 101010 11110 0 1101 11011111 111011 1000101

Color Harmonies of #829CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CDF

Black with #829CDF

Text Example


Text Example

White with #829CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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