Html Css Color HEX #828FDA Portage

📋 copy color: '#828FDA'

red 130 ◦ green 143 ◦ blue 218

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

Shades of Portage #828FDA

Tints of Portage #828FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 26.48%
G = 29.12%
B = 44.4%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#828FDA (or 0x828FDA) is known color: Portage. HEX triplet: 82, 8F and DA. RGB value is (130,143,218). Sum of RGB (Red+Green+Blue) = 130+143+218=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #828FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FDA is #7D7025. Grayscale: #939393. Windows color (decimal): -8220710 or 14323586. OLE color: 14323586.

HSL color Cylindrical-coordinate representation of color #828FDA: hue angle of 231.14º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #828FDA is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 143 218 -
CMYK 0.40 0.34 0 0.15
HSL 231.14º 0.54% 0.68% -
HSV(B) 231.14º 0.4% 0.85% -
XYZ 31.68 29.45 70.34 -
YUV 147.66 167.69 115.4 -
System Red Green Blue C M Y K H S L
Decimal 130 143 218 0.40 0.34 0 0.15 231.14 0.54 0.68
Hex 82 8F DA 28 22 0 F E7 36 44
Octal 202 217 332 50 42 0 17 347 66 104
Binary 10000010 10001111 11011010 101000 100010 0 1111 11100111 110110 1000100

Color Harmonies of #828FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FDA

Black with #828FDA

Text Example


Text Example

White with #828FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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