Html Css Color HEX #828BCC Portage

📋 copy color: '#828BCC'

red 130 ◦ green 139 ◦ blue 204

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

Shades of Portage #828BCC

Tints of Portage #828BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.39%

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

R = 27.48%
G = 29.39%
B = 43.13%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#828BCC (or 0x828BCC) is known color: Portage. HEX triplet: 82, 8B and CC. RGB value is (130,139,204). Sum of RGB (Red+Green+Blue) = 130+139+204=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #828BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BCC is #7D7433. Grayscale: #8F8F8F. Windows color (decimal): -8221748 or 13405058. OLE color: 13405058.

HSL color Cylindrical-coordinate representation of color #828BCC: hue angle of 232.7º 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 #828BCC is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 139 204 -
CMYK 0.36 0.32 0 0.2
HSL 232.7º 0.42% 0.65% -
HSV(B) 232.7º 0.36% 0.8% -
XYZ 29.34 27.57 60.9 -
YUV 143.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 130 139 204 0.36 0.32 0 0.2 232.7 0.42 0.65
Hex 82 8B CC 24 20 0 14 E9 2A 41
Octal 202 213 314 44 40 0 24 351 52 101
Binary 10000010 10001011 11001100 100100 100000 0 10100 11101001 101010 1000001

Color Harmonies of #828BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BCC

Black with #828BCC

Text Example


Text Example

White with #828BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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