Html Css Color HEX #8294D1 Portage

📋 copy color: '#8294D1'

red 130 ◦ green 148 ◦ blue 209

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

Shades of Portage #8294D1

Tints of Portage #8294D1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.39%

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

R = 26.69%
G = 30.39%
B = 42.92%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8294D1 (or 0x8294D1) is known color: Portage. HEX triplet: 82, 94 and D1. RGB value is (130,148,209). Sum of RGB (Red+Green+Blue) = 130+148+209=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #8294D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294D1 is #7D6B2E. Grayscale: #959595. Windows color (decimal): -8219439 or 13735042. OLE color: 13735042.

HSL color Cylindrical-coordinate representation of color #8294D1: hue angle of 226.33º 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 #8294D1 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 148 209 -
CMYK 0.38 0.29 0 0.18
HSL 226.33º 0.46% 0.66% -
HSV(B) 226.33º 0.38% 0.82% -
XYZ 31.3 30.53 64.56 -
YUV 149.57 161.54 114.04 -
System Red Green Blue C M Y K H S L
Decimal 130 148 209 0.38 0.29 0 0.18 226.33 0.46 0.66
Hex 82 94 D1 26 1D 0 12 E2 2E 42
Octal 202 224 321 46 35 0 22 342 56 102
Binary 10000010 10010100 11010001 100110 11101 0 10010 11100010 101110 1000010

Color Harmonies of #8294D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8294D1

Black with #8294D1

Text Example


Text Example

White with #8294D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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