Html Css Color HEX #8294DC Portage

📋 copy color: '#8294DC'

red 130 ◦ green 148 ◦ blue 220

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

Shades of Portage #8294DC

Tints of Portage #8294DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 26.1%
G = 29.72%
B = 44.18%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8294DC (or 0x8294DC) is known color: Portage. HEX triplet: 82, 94 and DC. RGB value is (130,148,220). Sum of RGB (Red+Green+Blue) = 130+148+220=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #8294DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294DC is #7D6B23. Grayscale: #969696. Windows color (decimal): -8219428 or 14455938. OLE color: 14455938.

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

Color convert

RGB 130 148 220 -
CMYK 0.41 0.33 0 0.14
HSL 228º 0.56% 0.69% -
HSV(B) 228º 0.41% 0.86% -
XYZ 32.71 31.09 71.99 -
YUV 150.83 167.04 113.15 -
System Red Green Blue C M Y K H S L
Decimal 130 148 220 0.41 0.33 0 0.14 228 0.56 0.69
Hex 82 94 DC 29 21 0 E E4 38 45
Octal 202 224 334 51 41 0 16 344 70 105
Binary 10000010 10010100 11011100 101001 100001 0 1110 11100100 111000 1000101

Color Harmonies of #8294DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8294DC

Black with #8294DC

Text Example


Text Example

White with #8294DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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