Html Css Color HEX #829CD8 Portage

📋 copy color: '#829CD8'

red 130 ◦ green 156 ◦ blue 216

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

Shades of Portage #829CD8

Tints of Portage #829CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.03%

R = 25.9%
G = 31.08%
B = 43.03%

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

#829CD8 (or 0x829CD8) is known color: Portage. HEX triplet: 82, 9C and D8. RGB value is (130,156,216). Sum of RGB (Red+Green+Blue) = 130+156+216=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #829CD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CD8 is #7D6327. Grayscale: #9A9A9A. Windows color (decimal): -8217384 or 14195842. OLE color: 14195842.

HSL color Cylindrical-coordinate representation of color #829CD8: hue angle of 221.86º degrees, saturation: 0.52, 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 #829CD8 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 156 216 -
CMYK 0.40 0.28 0 0.15
HSL 221.86º 0.52% 0.68% -
HSV(B) 221.86º 0.4% 0.85% -
XYZ 33.49 33.48 69.66 -
YUV 155.07 162.39 110.12 -
System Red Green Blue C M Y K H S L
Decimal 130 156 216 0.40 0.28 0 0.15 221.86 0.52 0.68
Hex 82 9C D8 28 1C 0 F DE 34 44
Octal 202 234 330 50 34 0 17 336 64 104
Binary 10000010 10011100 11011000 101000 11100 0 1111 11011110 110100 1000100

Color Harmonies of #829CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CD8

Black with #829CD8

Text Example


Text Example

White with #829CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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