Html Css Color HEX #8288D9 Portage

📋 copy color: '#8288D9'

red 130 ◦ green 136 ◦ blue 217

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

Shades of Portage #8288D9

Tints of Portage #8288D9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.16%

 BLUE value IS 217 (85.16% from 255) = 44.93%

R = 26.92%
G = 28.16%
B = 44.93%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8288D9 (or 0x8288D9) is known color: Portage. HEX triplet: 82, 88 and D9. RGB value is (130,136,217). Sum of RGB (Red+Green+Blue) = 130+136+217=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #8288D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8288D9 is #7D7726. Grayscale: #8F8F8F. Windows color (decimal): -8222503 or 14256258. OLE color: 14256258.

HSL color Cylindrical-coordinate representation of color #8288D9: hue angle of 235.86º degrees, saturation: 0.53, 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 #8288D9 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 136 217 -
CMYK 0.40 0.37 0 0.15
HSL 235.86º 0.53% 0.68% -
HSV(B) 235.86º 0.4% 0.85% -
XYZ 30.53 27.36 69.32 -
YUV 143.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 130 136 217 0.40 0.37 0 0.15 235.86 0.53 0.68
Hex 82 88 D9 28 25 0 F EC 35 44
Octal 202 210 331 50 45 0 17 354 65 104
Binary 10000010 10001000 11011001 101000 100101 0 1111 11101100 110101 1000100

Color Harmonies of #8288D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8288D9

Black with #8288D9

Text Example


Text Example

White with #8288D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8288D9; }

 p { color: rgb(130,136,217); }

 H1.HeaderClassName
 {
   color: #8288D9;
 }
 .AnyTagClassName
 {
   color: #8288D9;
 }
</style>

background-color css

<style>
 a { background-color: #8288D9; }

 a { background-color: rgb(130,136,217); }

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

border-color css

<style>
 span { border-color: #8288D9; }

 span { border-color: rgb(130,136,217); }

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