Html Css Color HEX #829CDC Portage

📋 copy color: '#829CDC'

red 130 ◦ green 156 ◦ blue 220

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

Shades of Portage #829CDC

Tints of Portage #829CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 25.69%
G = 30.83%
B = 43.48%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#829CDC (or 0x829CDC) is known color: Portage. HEX triplet: 82, 9C and DC. RGB value is (130,156,220). Sum of RGB (Red+Green+Blue) = 130+156+220=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #829CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CDC is #7D6323. Grayscale: #9B9B9B. Windows color (decimal): -8217380 or 14457986. OLE color: 14457986.

HSL color Cylindrical-coordinate representation of color #829CDC: hue angle of 222.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829CDC is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 156 220 -
CMYK 0.41 0.29 0 0.14
HSL 222.67º 0.56% 0.69% -
HSV(B) 222.67º 0.41% 0.86% -
XYZ 34.01 33.69 72.42 -
YUV 155.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 130 156 220 0.41 0.29 0 0.14 222.67 0.56 0.69
Hex 82 9C DC 29 1D 0 E DF 38 45
Octal 202 234 334 51 35 0 16 337 70 105
Binary 10000010 10011100 11011100 101001 11101 0 1110 11011111 111000 1000101

Color Harmonies of #829CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CDC

Black with #829CDC

Text Example


Text Example

White with #829CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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