Html Css Color HEX #8294DB Portage

📋 copy color: '#8294DB'

red 130 ◦ green 148 ◦ blue 219

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

Shades of Portage #8294DB

Tints of Portage #8294DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 26.16%
G = 29.78%
B = 44.06%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8294DB (or 0x8294DB) is known color: Portage. HEX triplet: 82, 94 and DB. RGB value is (130,148,219). Sum of RGB (Red+Green+Blue) = 130+148+219=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #8294DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294DB is #7D6B24. Grayscale: #969696. Windows color (decimal): -8219429 or 14390402. OLE color: 14390402.

HSL color Cylindrical-coordinate representation of color #8294DB: hue angle of 227.87º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8294DB is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 148 219 -
CMYK 0.41 0.32 0 0.14
HSL 227.87º 0.55% 0.68% -
HSV(B) 227.87º 0.41% 0.86% -
XYZ 32.58 31.04 71.29 -
YUV 150.71 166.54 113.23 -
System Red Green Blue C M Y K H S L
Decimal 130 148 219 0.41 0.32 0 0.14 227.87 0.55 0.68
Hex 82 94 DB 29 20 0 E E4 37 44
Octal 202 224 333 51 40 0 16 344 67 104
Binary 10000010 10010100 11011011 101001 100000 0 1110 11100100 110111 1000100

Color Harmonies of #8294DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8294DB

Black with #8294DB

Text Example


Text Example

White with #8294DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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