Html Css Color HEX #829CED Portage

📋 copy color: '#829CED'

red 130 ◦ green 156 ◦ blue 237

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

Shades of Portage #829CED

Tints of Portage #829CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 24.86%
G = 29.83%
B = 45.32%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#829CED (or 0x829CED) is known color: Portage. HEX triplet: 82, 9C and ED. RGB value is (130,156,237). Sum of RGB (Red+Green+Blue) = 130+156+237=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #829CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829CED is #7D6312. Grayscale: #9D9D9D. Windows color (decimal): -8217363 or 15572098. OLE color: 15572098.

HSL color Cylindrical-coordinate representation of color #829CED: hue angle of 225.42º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829CED is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 156 237 -
CMYK 0.45 0.34 0 0.07
HSL 225.42º 0.75% 0.72% -
HSV(B) 225.42º 0.45% 0.93% -
XYZ 36.38 34.64 84.89 -
YUV 157.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 130 156 237 0.45 0.34 0 0.07 225.42 0.75 0.72
Hex 82 9C ED 2D 22 0 7 E1 4B 48
Octal 202 234 355 55 42 0 7 341 113 110
Binary 10000010 10011100 11101101 101101 100010 0 111 11100001 1001011 1001000

Color Harmonies of #829CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CED

Black with #829CED

Text Example


Text Example

White with #829CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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