Html Css Color HEX #828FCC Portage

📋 copy color: '#828FCC'

red 130 ◦ green 143 ◦ blue 204

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

Shades of Portage #828FCC

Tints of Portage #828FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.98%

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 27.25%
G = 29.98%
B = 42.77%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#828FCC (or 0x828FCC) is known color: Portage. HEX triplet: 82, 8F and CC. RGB value is (130,143,204). Sum of RGB (Red+Green+Blue) = 130+143+204=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #828FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FCC is #7D7033. Grayscale: #919191. Windows color (decimal): -8220724 or 13406082. OLE color: 13406082.

HSL color Cylindrical-coordinate representation of color #828FCC: hue angle of 229.46º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828FCC is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 143 204 -
CMYK 0.36 0.30 0 0.2
HSL 229.46º 0.42% 0.65% -
HSV(B) 229.46º 0.36% 0.8% -
XYZ 29.93 28.75 61.1 -
YUV 146.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 130 143 204 0.36 0.30 0 0.2 229.46 0.42 0.65
Hex 82 8F CC 24 1E 0 14 E5 2A 41
Octal 202 217 314 44 36 0 24 345 52 101
Binary 10000010 10001111 11001100 100100 11110 0 10100 11100101 101010 1000001

Color Harmonies of #828FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FCC

Black with #828FCC

Text Example


Text Example

White with #828FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828FCC; }

 p { color: rgb(130,143,204); }

 H1.HeaderClassName
 {
   color: #828FCC;
 }
 .AnyTagClassName
 {
   color: #828FCC;
 }
</style>

background-color css

<style>
 a { background-color: #828FCC; }

 a { background-color: rgb(130,143,204); }

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

border-color css

<style>
 span { border-color: #828FCC; }

 span { border-color: rgb(130,143,204); }

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