Html Css Color HEX #828BCA Portage

📋 copy color: '#828BCA'

red 130 ◦ green 139 ◦ blue 202

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

Shades of Portage #828BCA

Tints of Portage #828BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.89%

R = 27.6%
G = 29.51%
B = 42.89%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#828BCA (or 0x828BCA) is known color: Portage. HEX triplet: 82, 8B and CA. RGB value is (130,139,202). Sum of RGB (Red+Green+Blue) = 130+139+202=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #828BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BCA is #7D7435. Grayscale: #8F8F8F. Windows color (decimal): -8221750 or 13273986. OLE color: 13273986.

HSL color Cylindrical-coordinate representation of color #828BCA: hue angle of 232.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828BCA is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 139 202 -
CMYK 0.36 0.31 0 0.21
HSL 232.5º 0.4% 0.65% -
HSV(B) 232.5º 0.36% 0.79% -
XYZ 29.1 27.48 59.65 -
YUV 143.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 130 139 202 0.36 0.31 0 0.21 232.5 0.4 0.65
Hex 82 8B CA 24 1F 0 15 E8 28 41
Octal 202 213 312 44 37 0 25 350 50 101
Binary 10000010 10001011 11001010 100100 11111 0 10101 11101000 101000 1000001

Color Harmonies of #828BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BCA

Black with #828BCA

Text Example


Text Example

White with #828BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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