Html Css Color HEX #828FC9 Portage

📋 copy color: '#828FC9'

red 130 ◦ green 143 ◦ blue 201

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

Shades of Portage #828FC9

Tints of Portage #828FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 27.43%
G = 30.17%
B = 42.41%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#828FC9 (or 0x828FC9) is known color: Portage. HEX triplet: 82, 8F and C9. RGB value is (130,143,201). Sum of RGB (Red+Green+Blue) = 130+143+201=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #828FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FC9 is #7D7036. Grayscale: #919191. Windows color (decimal): -8220727 or 13209474. OLE color: 13209474.

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

Color convert

RGB 130 143 201 -
CMYK 0.35 0.29 0 0.21
HSL 229.01º 0.4% 0.65% -
HSV(B) 229.01º 0.35% 0.79% -
XYZ 29.57 28.61 59.22 -
YUV 145.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 130 143 201 0.35 0.29 0 0.21 229.01 0.4 0.65
Hex 82 8F C9 23 1D 0 15 E5 28 41
Octal 202 217 311 43 35 0 25 345 50 101
Binary 10000010 10001111 11001001 100011 11101 0 10101 11100101 101000 1000001

Color Harmonies of #828FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FC9

Black with #828FC9

Text Example


Text Example

White with #828FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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