Html Css Color HEX #828FDF Portage

📋 copy color: '#828FDF'

red 130 ◦ green 143 ◦ blue 223

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

Shades of Portage #828FDF

Tints of Portage #828FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 26.21%
G = 28.83%
B = 44.96%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#828FDF (or 0x828FDF) is known color: Portage. HEX triplet: 82, 8F and DF. RGB value is (130,143,223). Sum of RGB (Red+Green+Blue) = 130+143+223=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #828FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FDF is #7D7020. Grayscale: #939393. Windows color (decimal): -8220705 or 14651266. OLE color: 14651266.

HSL color Cylindrical-coordinate representation of color #828FDF: hue angle of 231.61º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #828FDF is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 143 223 -
CMYK 0.42 0.36 0 0.13
HSL 231.61º 0.59% 0.69% -
HSV(B) 231.61º 0.42% 0.87% -
XYZ 32.35 29.72 73.84 -
YUV 148.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 130 143 223 0.42 0.36 0 0.13 231.61 0.59 0.69
Hex 82 8F DF 2A 24 0 D E8 3B 45
Octal 202 217 337 52 44 0 15 350 73 105
Binary 10000010 10001111 11011111 101010 100100 0 1101 11101000 111011 1000101

Color Harmonies of #828FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FDF

Black with #828FDF

Text Example


Text Example

White with #828FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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