Html Css Color HEX #8287D1 Portage

📋 copy color: '#8287D1'

red 130 ◦ green 135 ◦ blue 209

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

Shades of Portage #8287D1

Tints of Portage #8287D1

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.48%

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 27.43%
G = 28.48%
B = 44.09%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8287D1 (or 0x8287D1) is known color: Portage. HEX triplet: 82, 87 and D1. RGB value is (130,135,209). Sum of RGB (Red+Green+Blue) = 130+135+209=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #8287D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8287D1 is #7D782E. Grayscale: #8D8D8D. Windows color (decimal): -8222767 or 13731714. OLE color: 13731714.

HSL color Cylindrical-coordinate representation of color #8287D1: hue angle of 236.2º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8287D1 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 135 209 -
CMYK 0.38 0.35 0 0.18
HSL 236.2º 0.46% 0.66% -
HSV(B) 236.2º 0.38% 0.82% -
XYZ 29.38 26.68 63.92 -
YUV 141.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 130 135 209 0.38 0.35 0 0.18 236.2 0.46 0.66
Hex 82 87 D1 26 23 0 12 EC 2E 42
Octal 202 207 321 46 43 0 22 354 56 102
Binary 10000010 10000111 11010001 100110 100011 0 10010 11101100 101110 1000010

Color Harmonies of #8287D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8287D1

Black with #8287D1

Text Example


Text Example

White with #8287D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8287D1; }

 p { color: rgb(130,135,209); }

 H1.HeaderClassName
 {
   color: #8287D1;
 }
 .AnyTagClassName
 {
   color: #8287D1;
 }
</style>

background-color css

<style>
 a { background-color: #8287D1; }

 a { background-color: rgb(130,135,209); }

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

border-color css

<style>
 span { border-color: #8287D1; }

 span { border-color: rgb(130,135,209); }

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